check_signed: check int types as well
commit4fceb5393274a9d134aa70a905ef806e63a6a091
authorDan Carpenter <error27@gmail.com>
Wed, 24 Feb 2010 05:43:34 +0000 (24 08:43 +0300)
committerDan Carpenter <error27@gmail.com>
Wed, 24 Feb 2010 05:43:34 +0000 (24 08:43 +0300)
treec1692f608268995cde830df70326a52185ed6854
parent27b018671928609fb90a5b7d8b4c8984401c1b27
check_signed: check int types as well

When I first wrote this the check had all kinds of bugs handling any data
larger than a short.  But now if it has bugs they should just be fixed.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_signed.c