diff for duplicates of <4BD897B6.5040405@hp.com> diff --git a/a/1.txt b/N1/1.txt index 3af12e6..df2ea12 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -149,7 +149,7 @@ more error after them. > @@ -1976,13 +2029,12 @@ static sctp_ierror_t sctp_process_unk_param(const struct sctp_association *asoc, > * returning multiple unknown parameters. > */ -> if (NULL = *errp) +> if (NULL == *errp) > - *errp = sctp_make_op_error_space(asoc, chunk, > - ntohs(chunk->chunk_hdr->length)); > + *errp = sctp_make_op_error_fixed(asoc, chunk); diff --git a/a/content_digest b/N1/content_digest index 0906b72..5f75f32 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,8 +5,8 @@ "ref\020100428174711.GC4818@hmsreliant.think-freely.org\0" "ref\020100428193755.GF4818@hmsreliant.think-freely.org\0" "From\0Vlad Yasevich <vladislav.yasevich@hp.com>\0" - "Subject\0Re: [PATCH]: sctp: Fix skb_over_panic resulting from multiple invalid\0" - "Date\0Wed, 28 Apr 2010 20:16:54 +0000\0" + "Subject\0Re: [PATCH]: sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v3)\0" + "Date\0Wed, 28 Apr 2010 16:16:54 -0400\0" "To\0Neil Horman <nhorman@tuxdriver.com>\0" "Cc\0sri@us.ibm.com" linux-sctp@vger.kernel.org @@ -167,7 +167,7 @@ "> @@ -1976,13 +2029,12 @@ static sctp_ierror_t sctp_process_unk_param(const struct sctp_association *asoc,\n" "> \t\t * returning multiple unknown parameters.\n" "> \t\t */\n" - "> \t\tif (NULL = *errp)\n" + "> \t\tif (NULL == *errp)\n" "> -\t\t\t*errp = sctp_make_op_error_space(asoc, chunk,\n" "> -\t\t\t\t\tntohs(chunk->chunk_hdr->length));\n" "> +\t\t\t*errp = sctp_make_op_error_fixed(asoc, chunk);\n" @@ -188,4 +188,4 @@ "\n" -vlad -9e67d3292987e21cfffa900a59afc0e15321e0ca8bcd85b2eaff7d9b25463ce2 +d1273d50d4b289aff2de2258fb85dbc7b58903386607e8d367deee089251b3e2
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.