fix WARN_ON handling some more
commit719d52b48b096ad22cba00695258906e6263f5df
authorDan Carpenter <error27@gmail.com>
Fri, 19 Feb 2010 06:35:00 +0000 (19 09:35 +0300)
committerDan Carpenter <error27@gmail.com>
Fri, 19 Feb 2010 06:35:00 +0000 (19 09:35 +0300)
treecd710c9ab2583e4a45f474ec54674341f9975aeb
parent3ff2c57004568c7b017ba7f5785743cbc67454ba
fix WARN_ON handling some more

The problem was that the original code was analyzing the sym->initializer
three times instead of just once.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_flow.c
validation/sm_implied10.c [new file with mode: 0644]