git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70bfa2d
)
dcb: use after free in dcb_flushapp()
author
Dan Carpenter
<error27@gmail.com>
Tue, 4 Jan 2011 21:03:44 +0000
(21:03 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 6 Jan 2011 19:16:54 +0000
(11:16 -0800)
The original code has a use after free bug because it's not using the
_safe() version of the list_for_each_entry() macro.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found