linux/scripts/coccinelle
Julia Lawall 6fcd5f2c00 scripts/coccinelle: list iterator variable semantic patch
If list_for_each_entry, etc complete a traversal of the list, the iterator
variable ends up pointing to an address at an offset from the list head,
and not a meaningful structure.  Thus this value should not be used after
the end of the iterator.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2012-07-13 23:06:34 +02:00
..
api Merge branch 'akpm' (Andrew's patch-bomb) 2012-04-05 15:30:34 -07:00
free
iterators scripts/coccinelle: list iterator variable semantic patch 2012-07-13 23:06:34 +02:00
locks
misc scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT 2012-07-13 15:57:31 +02:00
null
tests