]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: conntrack: fix refcount leak when finding expectation
authorYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Mon, 27 Nov 2006 18:26:46 +0000 (10:26 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 29 Nov 2006 04:59:37 +0000 (20:59 -0800)
commit64302017dbd31bb3ff793b80db9af5712a1243a3
tree39d4736912e32c11cc08abaef216e30eedfbdfaf
parentcf8965941f3109b551665098c715ab21a0bf0a96
[NETFILTER]: conntrack: fix refcount leak when finding expectation

All users of __{ip,nf}_conntrack_expect_find() don't expect that
it increments the reference count of expectation.

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_conntrack_core.c
net/netfilter/nf_conntrack_core.c