]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: ctnetlink: put back references to master ct and expect objects
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 9 Jul 2015 20:56:00 +0000 (22:56 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 10 Jul 2015 12:18:03 +0000 (14:18 +0200)
commitd3fc7d9646fc419b689a30e756479a44a61c964d
treebd35f32ca3caa825a0623bb6516d0e2e333b5223
parent12870423aaba3eb9dfbc0ea2b6d678c4766a0a6e
netfilter: ctnetlink: put back references to master ct and expect objects

We have to put back the references to the master conntrack and the expectation
that we just created, otherwise we'll leak them.

Fixes: 5621824a1a20 ("netfilter: ctnetlink: refactor ctnetlink_create_expect")
Reported-by: Tim Wiess <Tim.Wiess@watchguard.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_conntrack_netlink.c