zephyr/scripts/coccinelle
Himanshu Jha 6aaba6842b coccinelle: Add script to report cases of NULL dereference
This script finds cases of NULL dereferences where a variable
is dereferenced under a NULL test, even though it is known
to be NULL.

Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
2018-11-07 10:28:58 -05:00
..
array_size.cocci coccinelle: Add script to enforce ARRAY_SIZE macro usage 2018-10-02 14:03:39 -07:00
deref_null.cocci coccinelle: Add script to report cases of NULL dereference 2018-11-07 10:28:58 -05:00
ignore_return.cocci coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
irq_lock.cocci irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
unsigned_shift.cocci coccinelle: unsigned_shift.cocci: Update script 2018-11-07 10:27:44 -05:00