param_cleared, rosenberg: add underscored memset/cpy/zero() functions
commit98d7eea68d50a354750accccca68ebb15102839a
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 16 Feb 2015 10:33:16 +0000 (16 13:33 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 16 Feb 2015 10:33:16 +0000 (16 13:33 +0300)
tree5d109e72145ce61ac8f3d21980be8ba71d44be61
parent512648068b34e47d160ba0ef1d6eddee833c3753
param_cleared, rosenberg: add underscored memset/cpy/zero() functions

On my kernel config we are only using the underscored versions of these
functions.  These weren't handled before so it leads to a lot of false
positive "information leak" warnings.

It's not clear to me why some of these are in a separate data file and
some are hard coded in the .c file.  Oh well...

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_rosenberg.c
smatch_data/kernel.clears_argument
smatch_param_cleared.c
smatch_struct_assignment.c