diff for duplicates of <20180115201732.GA7580@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index aaa8384..11d7cf6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -32,7 +32,7 @@ Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> > + return NULL; > + > /* V4 mapped address are really of AF_INET family */ -> if (addr->sa.sa_family = AF_INET6 && +> if (addr->sa.sa_family == AF_INET6 && > - ipv6_addr_v4mapped(&addr->v6.sin6_addr)) { > - if (!opt->pf->af_supported(AF_INET, opt)) > - return NULL; diff --git a/a/content_digest b/N1/content_digest index dd7a9c8..55ab40a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0e43f937592a7b022a72bdbbd784742ee6b3f6def.1516006920.git.lucien.xin@gmail.com\0" "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" "Subject\0Re: [PATCH net] sctp: do not allow the v4 socket to bind a v4mapped v6 address\0" - "Date\0Mon, 15 Jan 2018 20:17:32 +0000\0" + "Date\0Mon, 15 Jan 2018 18:17:32 -0200\0" "To\0Xin Long <lucien.xin@gmail.com>\0" "Cc\0network dev <netdev@vger.kernel.org>" linux-sctp@vger.kernel.org @@ -43,7 +43,7 @@ "> +\t\treturn NULL;\n" "> +\n" "> \t/* V4 mapped address are really of AF_INET family */\n" - "> \tif (addr->sa.sa_family = AF_INET6 &&\n" + "> \tif (addr->sa.sa_family == AF_INET6 &&\n" "> -\t ipv6_addr_v4mapped(&addr->v6.sin6_addr)) {\n" "> -\t\tif (!opt->pf->af_supported(AF_INET, opt))\n" "> -\t\t\treturn NULL;\n" @@ -67,4 +67,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -849d4abf73166f24b4283aed187d986a3299cf6b4422c1182494f96c42174376 +44dfab41b3caa398eea3b520f275acff1be1d59c58a29c4e1ecaddf7b5098527
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.