diff for duplicates of <1495548133.2093.58.camel@perches.com> diff --git a/a/1.txt b/N1/1.txt index 2e8327a..aa20e5e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,7 @@ whether optimization is desirable for the effective realloc. > diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c [] > @@ -270,11 +268,9 @@ static struct publication *tipc_nameseq_insert_publ(struct net *net, -> if (nseq->first_free = nseq->alloc) { +> if (nseq->first_free == nseq->alloc) { > struct sub_seq *sseqs = tipc_subseq_alloc(nseq->alloc * 2); > > - if (!sseqs) { diff --git a/a/content_digest b/N1/content_digest index cf9cf8b..a0cb4d0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\07ac9d513-6f9f-a096-e68f-81a722c2723c@users.sourceforge.net\0" "From\0Joe Perches <joe@perches.com>\0" "Subject\0Re: [PATCH] tipc: Delete error messages for failed memory allocations in three functions\0" - "Date\0Tue, 23 May 2017 14:02:13 +0000\0" + "Date\0Tue, 23 May 2017 07:02:13 -0700\0" "To\0SF Markus Elfring <elfring@users.sourceforge.net>" tipc-discussion@lists.sourceforge.net netdev@vger.kernel.org @@ -24,7 +24,7 @@ "> diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c\n" "[]\n" "> @@ -270,11 +268,9 @@ static struct publication *tipc_nameseq_insert_publ(struct net *net,\n" - "> \t\tif (nseq->first_free = nseq->alloc) {\n" + "> \t\tif (nseq->first_free == nseq->alloc) {\n" "> \t\t\tstruct sub_seq *sseqs = tipc_subseq_alloc(nseq->alloc * 2);\n" "> \n" "> -\t\t\tif (!sseqs) {\n" @@ -43,4 +43,4 @@ "In other words, don't just blindly remove stuff,\n" understand what it does and improve it. -e043e501c70fb761dcb7326f324fd3d0a355991fc34e2844ade8411710ac70be +81e061165883304088405497958bc3187fafb2424919e3f9bfb88c8fc1952f5e
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.