diff for duplicates of <4C908768.4040502@cn.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index f171b65..0470de7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,18 +2,18 @@ Thomas Dreibholz wrote, at 09/15/2010 04:03 PM: > sctp_assoc_update_retran_path() in net/sctp/associola.c may dereference a > NULL-pointer when compiled with SCTP_DEBUG option: t will be NULL if there is > no usable path for retransmission. SCTP_DEBUG_PRINTK_IPADDR() makes an access -> to t->ipaddr.v4.sin_port, without checking t before. t=NULL => oops. +> to t->ipaddr.v4.sin_port, without checking t before. t==NULL => oops. > > The patch below against 2.6.36-rc4 (git repository) simply ensures that t is > checked for not being set to NULL before calling SCTP_DEBUG_PRINTK_IPADDR(). This bug has been reported by WeiYongjun and fixed by vlad for several months. About the details see . -http://marc.info/?l=linux-sctp&m\x127359276009851&w=2 +http://marc.info/?l=linux-sctp&m=127359276009851&w=2 But this patch is still in vlad's net-next tree, not in main tree. See the patch: -http://git.kernel.org/?p=linux/kernel/git/vxy/lksctp-dev.git;a=commit;hë1639d206320e6a09168d6dd77306eaf5f02582 +http://git.kernel.org/?p=linux/kernel/git/vxy/lksctp-dev.git;a=commit;h=eb1639d206320e6a09168d6dd77306eaf5f02582 diff --git a/a/content_digest b/N1/content_digest index 327d2bb..20f1f7c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0201009151003.17407.dreibh@iem.uni-due.de\0" "From\0Shan Wei <shanwei@cn.fujitsu.com>\0" - "Subject\0Re: [PATCH] net: SCTP NULL-pointer dereference problem description\0" - "Date\0Wed, 15 Sep 2010 08:44:24 +0000\0" + "Subject\0Re: [PATCH] net: SCTP NULL-pointer dereference problem description and fix\0" + "Date\0Wed, 15 Sep 2010 16:44:24 +0800\0" "To\0Thomas Dreibholz <dreibh@iem.uni-due.de>\0" "Cc\0netdev@vger.kernel.org" linux-sctp@vger.kernel.org @@ -12,18 +12,18 @@ "> sctp_assoc_update_retran_path() in net/sctp/associola.c may dereference a \n" "> NULL-pointer when compiled with SCTP_DEBUG option: t will be NULL if there is \n" "> no usable path for retransmission. SCTP_DEBUG_PRINTK_IPADDR() makes an access \n" - "> to t->ipaddr.v4.sin_port, without checking t before. t=NULL => oops.\n" + "> to t->ipaddr.v4.sin_port, without checking t before. t==NULL => oops.\n" "> \n" "> The patch below against 2.6.36-rc4 (git repository) simply ensures that t is \n" "> checked for not being set to NULL before calling SCTP_DEBUG_PRINTK_IPADDR().\n" "\n" "This bug has been reported by WeiYongjun and fixed by vlad for several months.\n" "About the details see .\n" - "http://marc.info/?l=linux-sctp&m\0227359276009851&w=2\n" + "http://marc.info/?l=linux-sctp&m=127359276009851&w=2\n" "\n" "But this patch is still in vlad's net-next tree, not in main tree.\n" "See the patch:\n" - "http://git.kernel.org/?p=linux/kernel/git/vxy/lksctp-dev.git;a=commit;h\303\2531639d206320e6a09168d6dd77306eaf5f02582\n" + "http://git.kernel.org/?p=linux/kernel/git/vxy/lksctp-dev.git;a=commit;h=eb1639d206320e6a09168d6dd77306eaf5f02582\n" "\n" "\n" "\n" @@ -74,4 +74,4 @@ "-----\n" Shan Wei -1e645e99e875e471331c8138930ae8de026cfa2645e2dcea379b36b44cff40a6 +a28c806b10ecbeab03f869a084912c7340c5c68d03154d13e5482bd1dbfbc37d
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.