]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[NETFILTER]: nfnetlink_log: fix use after free
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Sat, 24 Mar 2007 20:36:24 +0000 (21:36 +0100)
committerAdrian Bunk <bunk@stusta.de>
Sat, 24 Mar 2007 20:36:24 +0000 (21:36 +0100)
commit95a917c1d7f83b89995651cd753008c20bed3302
treef3d0ed12e5ad78285ae154e9a8bcd9b9722b35d7
parent3c927506670aabede5d65e0085384d9108d8d96d
[NETFILTER]: nfnetlink_log: fix use after free

Paranoia: instance_put() might have freed the inst pointer when we
spin_unlock_bh().

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
net/netfilter/nfnetlink_log.c