+++ /dev/null
-From: Michał Mirosław <mirq-linux@rere.qmqm.pl>
-Subject: Eliminate possible NULL pointer dereference in nfulnl_recv_config().
-
-Eliminate possible NULL pointer dereference in nfulnl_recv_config().
-
-Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
-Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
----
- net/netfilter/nfnetlink_log.c | 3 +++
- 1 file changed, 3 insertions(+)
-
---- linux-2.6.20.1.orig/net/netfilter/nfnetlink_log.c
-+++ linux-2.6.20.1/net/netfilter/nfnetlink_log.c
-@@ -865,6 +865,9 @@ nfulnl_recv_config(struct sock *ctnl, st
- ret = -EINVAL;
- break;
- }
-+
-+ if (!inst)
-+ goto out_null;
- } else {
- if (!inst) {
- UDEBUG("no config command, and no instance for "
don-t-add-anycast-reference-to-device-multiple-times.patch
fix-anycast-procfs-device-leak.patch
nfnetlink_log_refcounting_fix.patch.patch
-nfnetlink_log_null_deref_fix.patch.patch
md_md5_6_bio_too_big_fix_fix.patch
jfs_fix_deadlock.patch
forcedeth-disable-msix.patch