diff for duplicates of <20190911125609.GC3499@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index d9a7acf..c22e5d5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -79,12 +79,13 @@ On Wed, Sep 11, 2019 at 05:38:33PM +0800, Xin Long wrote: > optlen)) > return -EFAULT; > -> if (sock_net(sk)->sctp.ps_retrans = 0xffff) +> if (sock_net(sk)->sctp.ps_retrans == 0xffff) > val.spt_pathcpthld = 0xffff; I'm confused with the snippets, but if I got them right, this is after dealing with proper len and could leave val.spt_pathcpthld -uninitialized if the application used the old format and sysctl is !0xffff. +uninitialized if the application used the old format and sysctl is != +0xffff. > > if (val.spt_pathpfthld > val.spt_pathcpthld) diff --git a/a/content_digest b/N1/content_digest index 6ebd76b..9f3b540 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -7,7 +7,7 @@ "ref\0CADvbK_dqNas+vwP2t3LqWyabNnzRDO=PZPe4p+zE-vQJTnfKpA@mail.gmail.com\0" "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" "Subject\0Re: [PATCH net-next 5/5] sctp: add spt_pathcpthld in struct sctp_paddrthlds\0" - "Date\0Wed, 11 Sep 2019 12:56:09 +0000\0" + "Date\0Wed, 11 Sep 2019 09:56:09 -0300\0" "To\0Xin Long <lucien.xin@gmail.com>\0" "Cc\0David Laight <David.Laight@aculab.com>" network dev <netdev@vger.kernel.org> @@ -97,12 +97,13 @@ "> optlen))\n" "> return -EFAULT;\n" "> \n" - "> if (sock_net(sk)->sctp.ps_retrans = 0xffff)\n" + "> if (sock_net(sk)->sctp.ps_retrans == 0xffff)\n" "> val.spt_pathcpthld = 0xffff;\n" "\n" "I'm confused with the snippets, but if I got them right, this is after\n" "dealing with proper len and could leave val.spt_pathcpthld\n" - "uninitialized if the application used the old format and sysctl is !0xffff.\n" + "uninitialized if the application used the old format and sysctl is !=\n" + "0xffff.\n" "\n" "> \n" "> if (val.spt_pathpfthld > val.spt_pathcpthld)\n" @@ -117,4 +118,4 @@ "> > > Registration No: 1397386 (Wales)\n" > -560056ca3239586335dfd60e5f3938556182fe7fca1179506aa664915ea2929c +a70ac6910a03467628e48cf6843188550f6941f542954804f0508f0c523c986b
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.