diff for duplicates of <51B09F38.2000907@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 0b64336..a10831c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -84,7 +84,7 @@ should be queued for stable as well. > + /* This could happen during socket init, thus we bail out > + * early, since the rest of the below is not setup either. > + */ -> + if (sp->ep = NULL) +> + if (sp->ep == NULL) > + return; > + > if (sp->do_auto_asconf) { diff --git a/a/content_digest b/N1/content_digest index 71ce7cd..d5a9ae7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01370526827-23882-1-git-send-email-dborkman@redhat.com\0" "From\0Vlad Yasevich <vyasevich@gmail.com>\0" "Subject\0Re: [PATCH net v2] net: sctp: fix NULL pointer dereference in socket destruction\0" - "Date\0Thu, 06 Jun 2013 14:39:52 +0000\0" + "Date\0Thu, 06 Jun 2013 10:39:52 -0400\0" "To\0Daniel Borkmann <dborkman@redhat.com>\0" "Cc\0davem@davemloft.net" netdev@vger.kernel.org @@ -94,7 +94,7 @@ "> +\t/* This could happen during socket init, thus we bail out\n" "> +\t * early, since the rest of the below is not setup either.\n" "> +\t */\n" - "> +\tif (sp->ep = NULL)\n" + "> +\tif (sp->ep == NULL)\n" "> +\t\treturn;\n" "> +\n" "> \tif (sp->do_auto_asconf) {\n" @@ -102,4 +102,4 @@ "> \t\tlist_del(&sp->auto_asconf_list);\n" > -e8b8ee6752ef64589d4650f43a4f22ef55dcbfc063d5f43a0147485b9c9f0952 +01021db84a3ea134644f2d148ca8be6f02a6c4ed54560216279d9ddebda86b3f
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.