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:
ef16915
)
netfilter: xt_hashlimit: dl_seq_stop() fix
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 25 Mar 2010 10:00:22 +0000
(11:00 +0100)
committer
Patrick McHardy
<kaber@trash.net>
Thu, 25 Mar 2010 10:00:22 +0000
(11:00 +0100)
If dl_seq_start() memory allocation fails, we crash later in
dl_seq_stop(), trying to kfree(ERR_PTR(-ENOMEM))
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
No differences found