commit | 43ba21b57a3e757000bfa8ccf46c81f232b4d881 | [log] [tgz] |
---|---|---|
author | Nicolas Palix <npalix@diku.dk> | Tue Aug 24 17:39:04 2010 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Tue Aug 31 11:37:53 2010 +0200 |
tree | a4d8b0ab92c6739f430bb7f43cab8988d13dda9b | |
parent | 5c34050188f5e3db7f8137d819ecbb7d9327dd93 [diff] |
Coccinelle: Add free/kfree.cocci Find a use after free. Values of variables may imply that some execution paths are not possible, resulting in false positives. Another source of false positives are macros such as SCTP_DBG_OBJCNT_DEC that do not actually evaluate their argument Signed-off-by: Nicolas Palix <npalix@diku.dk> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Michal Marek <mmarek@suse.cz>