pointer_math: silence false a ton of false positives
commit6eae5f4303e1db86b9ac23de3d602717060aeece
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 16 Jul 2015 11:06:24 +0000 (16 14:06 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 16 Jul 2015 11:06:24 +0000 (16 14:06 +0300)
tree7d687ae3ae8d79f2dc8c0d22ae668386fdb9242c
parent32c4e8c1d0ec7a9b3e5c1c4c805e060dc2d05165
pointer_math: silence false a ton of false positives

This should only be looking at "foo += sizeof()" type assignments.  I'm not
sure how I managed to commit this.  I guess I started writing it and got
distracted.  Sorry.

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