overflow: check memcpy() to see if we're comparing past the end
commitd57b83b23e2f52ced8c924aa7bc849f3be39b898
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 26 Apr 2012 12:51:30 +0000 (26 15:51 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 26 Apr 2012 12:51:30 +0000 (26 15:51 +0300)
treeb1923f8dfae40e907f846c73e4ae9871d8b76ad8
parentd9f4bb125ee4448228f85d2186021a0e7d8d0963
overflow: check memcpy() to see if we're comparing past the end

This doesn't generate a lot of output.  The most common false positive is
when the code does a memcpy() across struct members which are next to
each other.

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