dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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 coccinelle: semantic patch for missing iounmap 2012-02-25 00:07:11 +01:00
iterators scripts/coccinelle: list iterator variable semantic patch 2012-07-13 23:06:34 +02:00
locks scripts/coccinelle: improve the coverage of some semantic patches 2012-01-15 00:05:46 +01:00
misc scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOT 2012-07-13 15:57:31 +02:00
null coccinelle: semantic patch converting 0 test to null test 2012-02-25 00:07:11 +01:00
tests Coccinelle: Find doubled arguments to boolean or bit operators. 2010-10-28 00:32:23 +02:00