diff for duplicates of <20200724064603.GA8449@lst.de> diff --git a/a/1.txt b/N1/1.txt index c393bc8..18480c4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,7 +12,7 @@ On Thu, Jul 23, 2020 at 12:30:25PM -0300, Marcelo Ricardo Leitner wrote: > > + struct sctp_sack_info *params, > > + unsigned int optlen) > > +{ -> > + if (optlen = sizeof(struct sctp_assoc_value)) { +> > + if (optlen == sizeof(struct sctp_assoc_value)) { > > + struct sctp_sack_info p; > > + > > + pr_warn_ratelimited(DEPRECATED diff --git a/a/content_digest b/N1/content_digest index be1c809..fdd1dc3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\020200723153025.GF3307@localhost.localdomain\0" "From\0Christoph Hellwig <hch@lst.de>\0" "Subject\0Re: [PATCH net-next] sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processing\0" - "Date\0Fri, 24 Jul 2020 06:46:03 +0000\0" + "Date\0Fri, 24 Jul 2020 08:46:03 +0200\0" "To\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" "Cc\0Christoph Hellwig <hch@lst.de>" netdev@vger.kernel.org @@ -26,7 +26,7 @@ "> > +\t\t\t\t struct sctp_sack_info *params,\n" "> > +\t\t\t\t unsigned int optlen)\n" "> > +{\n" - "> > +\tif (optlen = sizeof(struct sctp_assoc_value)) {\n" + "> > +\tif (optlen == sizeof(struct sctp_assoc_value)) {\n" "> > +\t\tstruct sctp_sack_info p;\n" "> > +\n" "> > +\t\tpr_warn_ratelimited(DEPRECATED\n" @@ -46,4 +46,4 @@ "Yeah. Actually I think I'll go all the way and kill the not very\n" obvious or type safe memcpy as well. -4849f4e2afec28bc60d319c43c3c5c010dffe44dc0bd7c325529d940dacb8f3c +5dd6208532423d6834da77f778623ce196d38db039b7cb874287d0a0a0f9ea52
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.