type_val: ignore kmalloc()
commit2e60f50a35e867f4a6ffb91d7ddf09685a2d87e9
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 30 Jan 2015 15:34:18 +0000 (30 18:34 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 30 Jan 2015 15:34:18 +0000 (30 18:34 +0300)
tree070f6ebf161df3b5a3e534fbdb9625c33b7659d3
parentaae0d67d4b8150e1707255a1f32249aba3f34f61
type_val: ignore kmalloc()

It's true that kmalloc() does set the data to unknown values, but if we
ever use the unknown values, that is another problem and should eventually
trigger a different kind of warning.  So since these unknown values are
never used, it means we can ignore them.

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