diff for duplicates of <20200321013317.GF3756@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index c2007d2..496b437 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -77,7 +77,7 @@ btw. > > - cb(chunk); > > + list_for_each_entry(chunk, &q->sacked, transmitted_list) { > > + msg = chunk->msg; -> > + if (msg = prev_msg) +> > + if (msg == prev_msg) > > + continue; > > + list_for_each_entry(c, &msg->chunks, frag_list) > > + cb(c); diff --git a/a/content_digest b/N1/content_digest index 9cd9905..fd4e9e3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\0CAJRQjofnZ5Oz-0PNMY6ojddg3MZc4v5UC5AJwi2CxLByDGaZhQ@mail.gmail.com\0" "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" "Subject\0Re: [PATCH v3] sctp: fix refcount bug in sctp_wfree\0" - "Date\0Sat, 21 Mar 2020 01:33:17 +0000\0" + "Date\0Fri, 20 Mar 2020 22:33:17 -0300\0" "To\0Qiujun Huang <hqjagain@gmail.com>\0" "Cc\0David S. Miller <davem@davemloft.net>" vyasevich@gmail.com @@ -96,7 +96,7 @@ "> > - cb(chunk);\n" "> > + list_for_each_entry(chunk, &q->sacked, transmitted_list) {\n" "> > + msg = chunk->msg;\n" - "> > + if (msg = prev_msg)\n" + "> > + if (msg == prev_msg)\n" "> > + continue;\n" "> > + list_for_each_entry(c, &msg->chunks, frag_list)\n" "> > + cb(c);\n" @@ -113,4 +113,4 @@ "> > list_for_each_entry(chunk, &q->abandoned, transmitted_list)\n" > > cb(chunk); -7609e4de205dc59f9799975e25ab5670ad61bfead341c59ca7fda35ccdd20e1e +ed96e0fe64fc29febd11923a0f14f9c55004840fbd4725a21129e76bd4b5a976
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.