flow: ignore arrays with over a 1000 elements
commit8d840ca8003ae5a714d195d83bb23e1159abe827
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 7 Jul 2015 08:16:09 +0000 (7 11:16 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 7 Jul 2015 08:16:09 +0000 (7 11:16 +0300)
tree4be31cac098a592fb763cb7089aaa6b4a0c1ebcb
parent17dae4eec9316de15e0e504df28f4e1b2dc9306a
flow: ignore arrays with over a 1000 elements

Handling massive arrays causes a terrible slow down.  Smatch is crap at
handling arrays so who are we kidding here by pretending this is worth
while?

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