| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-03 | Coccinelle: Update the options used to the new option scheme | Nicolas Palix | |
| spatch has changed its option scheme. E.g., --no_show_diff is now --no-show-diff This patch updates: - scripts/coccicheck - Semantic patches under scripts/coccinelle/ Signed-off-by: Nicolas Palix <nicolas.palix@imag.fr> Signed-off-by: Michal Marek <mmarek@suse.cz> | |||
| 2010-08-31 | Coccinelle: Add null/kmerr.cocci | Nicolas Palix | |
| This semantic patch looks for kmalloc etc that are not followed by a NULL check. It only gives a report in the case where there is some error handling code later in the function, which may be helpful in determining what the error handling code for the call to kmalloc etc should be. Signed-off-by: Nicolas Palix <npalix@diku.dk> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Michal Marek <mmarek@suse.cz> | |||
