Tag: 1b9faf5e66bae8428a4ccdc1447d5399d1014581

drivers/isdn/mISDN/stack.c: remove invalid reference to list iterator variable

Author: Julia Lawall <Julia.Lawall@lip6.fr> 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. The dereferences are just deleted from the debugging …

Continue reading