sval: fix bug in handle_ampersand()
commit299a2bd5b7e58af362d556e7c166fb6fa3e019e1
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 5 Nov 2012 13:34:18 +0000 (5 16:34 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 5 Nov 2012 13:34:18 +0000 (5 16:34 +0300)
tree3189098d1847a3d884fbbb86c65728d7d24485bc
parent0400992c8819a53da856ac6270db9cd49d0cd45c
sval: fix bug in handle_ampersand()

This function always failed before because we set *undefined = 1.  I have
updated it to use valid_ptr_min_sval.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_math.c