overflow: use hard_max instead of fuzzy max
commit9061ac8f65433fb34b792c3ab9e2037be8fbe2b4
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 20 Jun 2013 14:12:23 +0000 (20 17:12 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 20 Jun 2013 14:12:23 +0000 (20 17:12 +0300)
tree7d4f7420f37b7d3a02671933126df8a5abbb7dad
parentf7e183021293b4b457a0f706918b16728a0f22f6
overflow: use hard_max instead of fuzzy max

Using fuzzy max, is always going to fall under the "spammy" category by
definition.  In fact, it's sort of useless even with --spammy.  It might be
the right thing to use fuzzy max but without the cross function data.  I'm
not sure.  For now I have made things less spammy by default.

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