commit | 05f7b7b369e039458a77768619dde123d868c78d | [log] [tgz] |
---|---|---|
author | Michal Miroslaw <mirq-linux@rere.qmqm.pl> | Sun Mar 04 15:58:40 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Mar 05 13:25:22 2007 -0800 |
tree | 571a056e23ef46bdfadddefad08bd1138a58046a | |
parent | ed32abeaf3a3da79b63af6a75f0bd0aa7e7eed9e [diff] |
[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>