]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
remove netlink patch that doesn't build
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Mar 2007 02:02:14 +0000 (18:02 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Mar 2007 02:02:14 +0000 (18:02 -0800)
queue-2.6.20/nfnetlink_log_null_deref_fix.patch.patch [deleted file]
queue-2.6.20/series

diff --git a/queue-2.6.20/nfnetlink_log_null_deref_fix.patch.patch b/queue-2.6.20/nfnetlink_log_null_deref_fix.patch.patch
deleted file mode 100644 (file)
index 43f16be..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-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 "
index dd57623965ecc80c4eee81a443b7178ab492fee8..ac1a510c39a8bb30ce6a5ca96056478817b3fbbb 100644 (file)
@@ -70,7 +70,6 @@ fix-tcp-md5-locking.patch
 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