mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-13 17:19:39 +02:00
![]() 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> |
||
---|---|---|
.. | ||
fen.cocci | ||
itnull.cocci | ||
list_entry_update.cocci | ||
use_after_iter.cocci |