math: speed up, and fix recent OOM bug
commit8f2ef9d279b8dfb5f179d606445ec4d85640c9d3
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 9 Jan 2015 08:54:21 +0000 (9 11:54 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 9 Jan 2015 08:54:21 +0000 (9 11:54 +0300)
tree75783167d7224b5f6cc5b6f46e1c501047873d09
parentdb19a08aa3236b0e8ad321aa3f84dcca1214cea2
math: speed up, and fix recent OOM bug

I recently introduced the handle_implied_binop() function and it caused
some out of memory crashes.  Re-arrange things a bit to fix that.

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