math: silence hard max false positives
commit4269ce4b5ab0b0fc64d32a8dc43ce82707290a44
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 21 Feb 2018 08:46:41 +0000 (21 11:46 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 21 Feb 2018 08:46:41 +0000 (21 11:46 +0300)
tree969de0a8da1d4815d603a7c7052387237a093574
parentbb614212d0808e34e3e9ead1f104bf79587c0e78
math: silence hard max false positives

We use the hard max to complain about array overflows.  The original code
assumes that if you have a extra state for a binop then that has a hard
max which is wrong.

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