diff for duplicates of <20180205220719.GA7402@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index d7d9331..25b0106 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -46,10 +46,10 @@ Thanks > --- > > v2: unconditional dst_release() before breaking out of the loop: -> - if dst = NULL, then dst_release() is no-op. +> - if dst == NULL, then dst_release() is no-op. > - if dst != &rt->dst, then drop reference to the first dst, we do not > need it after all. -> - if dst = &rt->dst, then the refcnt was incremented twice for this +> - if dst == &rt->dst, then the refcnt was incremented twice for this > dst, so drop the second ref. > > net/sctp/protocol.c | 10 ++++------ diff --git a/a/content_digest b/N1/content_digest index 8c0085c..b0142b0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020180205194814.14006-1-tommi.t.rantala@nokia.com\0" "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" "Subject\0Re: [PATCH net v3] sctp: fix dst refcnt leak in sctp_v4_get_dst\0" - "Date\0Mon, 05 Feb 2018 22:07:19 +0000\0" + "Date\0Mon, 5 Feb 2018 20:07:19 -0200\0" "To\0Tommi Rantala <tommi.t.rantala@nokia.com>\0" "Cc\0netdev@vger.kernel.org" linux-sctp@vger.kernel.org @@ -57,10 +57,10 @@ "> ---\n" "> \n" "> v2: unconditional dst_release() before breaking out of the loop:\n" - "> - if dst = NULL, then dst_release() is no-op.\n" + "> - if dst == NULL, then dst_release() is no-op.\n" "> - if dst != &rt->dst, then drop reference to the first dst, we do not\n" "> need it after all.\n" - "> - if dst = &rt->dst, then the refcnt was incremented twice for this\n" + "> - if dst == &rt->dst, then the refcnt was incremented twice for this\n" "> dst, so drop the second ref.\n" "> \n" "> net/sctp/protocol.c | 10 ++++------\n" @@ -101,4 +101,4 @@ "> 2.15.1\n" > -41c49875447944c63209c8ac1dec228a7e1e28b8a2b1b49c4ee7cc9a704ea842 +26cfdb3e02725c3a9e9e06fb4354f960223903ae8f7a1cadabb140d88101a012
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.