math: use correct variable in handle_conditional_rl()
commit15524628ea7fe19d35692334d5c4b7dd1bac121d
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 May 2013 20:58:36 +0000 (21 23:58 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 May 2013 20:58:36 +0000 (21 23:58 +0300)
tree8dd698264902e43c58dcede16f3c850ab03977e6
parent96b561fa776ff93f1229fbf9c30fc3a9ce45815d
math: use correct variable in handle_conditional_rl()

This should be splitting the condition instead of the whole expression.
That's part of why the memory was running out.  Perhaps I can remove the
"bail on low memory" check after testing some more.

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