]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NETFILTER]: nfnetlink_log: fix use after free
authorMichal Miroslaw <mirq-linux@rere.qmqm.pl>
Sun, 4 Mar 2007 23:58:40 +0000 (15:58 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 5 Mar 2007 21:25:22 +0000 (13:25 -0800)
commit05f7b7b369e039458a77768619dde123d868c78d
tree571a056e23ef46bdfadddefad08bd1138a58046a
parented32abeaf3a3da79b63af6a75f0bd0aa7e7eed9e
[NETFILTER]: nfnetlink_log: fix use after free

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

Signed-off-by: Michal Miroslaw <mirq-linux@rere.qmqm.pl>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nfnetlink_log.c