diff for duplicates of <20200321010246.GC3828@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 8c9a095..fab047d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -69,7 +69,7 @@ index fed26a1e9518..85c742310d26 100644 - 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 b4fb93d..1e3551a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0CAJRQjoc-U_K-2THbmBOj2TOWDTfP9yr5Vec-WjhTjS8sj19fHA@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:02:46 +0000\0" + "Date\0Fri, 20 Mar 2020 22:02:46 -0300\0" "To\0Qiujun Huang <hqjagain@gmail.com>\0" "Cc\0David S. Miller <davem@davemloft.net>" vyasevich@gmail.com @@ -86,7 +86,7 @@ "-\t\tcb(chunk);\n" "+\tlist_for_each_entry(chunk, &q->sacked, transmitted_list) {\n" "+\t\tmsg = chunk->msg;\n" - "+\t\tif (msg = prev_msg)\n" + "+\t\tif (msg == prev_msg)\n" "+\t\t\tcontinue;\n" "+\t\tlist_for_each_entry(c, &msg->chunks, frag_list)\n" "+\t\t\tcb(c);\n" @@ -96,4 +96,4 @@ " \tlist_for_each_entry(chunk, &q->abandoned, transmitted_list)\n" " \t\tcb(chunk);" -a6f9db33b5db2c8691c6da135f1c387b0b78d280250f92b9c133077f9e7f63c9 +9aaa517adbb51030f4fe0fdd02c0863e79fe2d3291440058e34b162deb838ddd
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.