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:
fa34fff
)
netfilter: nf_conntrack: fix memory leak if sysctl registration fails
author
Gao feng
<gaofeng@cn.fujitsu.com>
Thu, 21 Jun 2012 04:36:42 +0000
(
04:36
+0000)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Wed, 27 Jun 2012 16:55:22 +0000
(18:55 +0200)
In nf_ct_l4proto_register_sysctl, if l4proto sysctl registration
fails, we have to make sure that we release the compat sysctl
table.
This can happen if TCP has been registered compat for IPv4, and
IPv6 compat registration fails.
Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
No differences found