Fix NULL dereferences on %substr missing operands
commit35519d67191b229e7002f11d9c3be6f426ad3a3e
authorCyrill Gorcunov <gorcunov@gmail.com>
Mon, 6 Sep 2010 19:49:52 +0000 (6 23:49 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Mon, 6 Sep 2010 20:11:47 +0000 (7 00:11 +0400)
tree465282e094674270c2b5500f6b8195ec1156a1f5
parent6908e585608d65374112a1ab5c5537c78b436e54
Fix NULL dereferences on %substr missing operands

%substr with dangling id issues SIGSEV. Fix it.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
preproc.c