diff for duplicates of <20170124094935.GA19984@mwanda> diff --git a/a/1.txt b/N1/1.txt index f24b346..e0e68d3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,7 +15,7 @@ index 5bec8aac5008..103d1fd058c0 100644 - int res; + int res = 0; - if ((lvl = IPPROTO_TCP) && (sock->type = SOCK_STREAM)) + if ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM)) return 0; @@ -2388,7 +2388,6 @@ static int tipc_setsockopt(struct socket *sock, int lvl, int opt, break; diff --git a/a/content_digest b/N1/content_digest index a4239b1..c5a0225 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch net-next] tipc: uninitialized return code in tipc_setsockopt()\0" - "Date\0Tue, 24 Jan 2017 09:49:35 +0000\0" + "Date\0Tue, 24 Jan 2017 12:49:35 +0300\0" "To\0Jon Maloy <jon.maloy@ericsson.com>\0" "Cc\0Ying Xue <ying.xue@windriver.com>" David S. Miller <davem@davemloft.net> @@ -26,7 +26,7 @@ "-\tint res;\n" "+\tint res = 0;\n" " \n" - " \tif ((lvl = IPPROTO_TCP) && (sock->type = SOCK_STREAM))\n" + " \tif ((lvl == IPPROTO_TCP) && (sock->type == SOCK_STREAM))\n" " \t\treturn 0;\n" "@@ -2388,7 +2388,6 @@ static int tipc_setsockopt(struct socket *sock, int lvl, int opt,\n" " \t\tbreak;\n" @@ -37,4 +37,4 @@ " \tcase TIPC_MCAST_BROADCAST:\n" " \t\ttsk->mc_method.rcast = false;" -b84dc62f514321488ed3368263c0d9a69e9db465dc1fed5b79d4ad17d613bf79 +a322cebcab0b45d9b0fd4cf1b3c98252f2caca706201fc272d5371af07cc12a5
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.