Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coccinelle: Use new comment format to explain kfree.cocci | Nicolas Palix | 2010-10-13 | 1 | -4/+5 |
| | | | | | | | | | Use new comment format to separate proposed commit message and information about generated false positives Signed-off-by: Nicolas Palix <npalix.work@gmail.com> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Michal Marek <mmarek@suse.cz> | ||||
* | Coccinelle: Add free/kfree.cocci | Nicolas Palix | 2010-08-31 | 1 | -0/+116 |
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> |