flow: handle while (42) { ... } loops better
commit5f33eb11f5f68ca34c83e039bf8a7e0aaef38e18
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 15 Jul 2016 10:47:26 +0000 (15 13:47 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 16 Jul 2016 21:44:52 +0000 (17 00:44 +0300)
treec1f7c4f49d9ca60947fc1ae1bda2feb272c97f59
parent97337fb64b032b1ca6427fe4a66017825b92e28c
flow: handle while (42) { ... } loops better

This is old code...  In the kernel, no one thinks using the number 42
instead of one is funny but user space programmers are comedians.  Anyway,
fix this.

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