diff for duplicates of <20120301070652.GA6959@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index 738de4b..134c272 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,5 +14,5 @@ index 73e47e8..cab99b5 100644 - rc = strict_strtoul(scope_id, 0, - (unsigned long *)&s6->sin6_scope_id); + rc = kstrtouint(scope_id, 0, &s6->sin6_scope_id); - rc = (rc = 0) ? 1 : 0; + rc = (rc == 0) ? 1 : 0; } diff --git a/a/content_digest b/N1/content_digest index 99665bc..931d79a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] cifs: writing past end of struct in cifs_convert_address()\0" - "Date\0Thu, 01 Mar 2012 07:06:52 +0000\0" + "Date\0Thu, 1 Mar 2012 10:06:52 +0300\0" "To\0Steve French <sfrench@samba.org>" " Jeff Layton <jlayton@redhat.com>\0" "Cc\0linux-cifs@vger.kernel.org" @@ -24,7 +24,7 @@ "-\t\trc = strict_strtoul(scope_id, 0,\n" "-\t\t\t\t\t(unsigned long *)&s6->sin6_scope_id);\n" "+\t\trc = kstrtouint(scope_id, 0, &s6->sin6_scope_id);\n" - " \t\trc = (rc = 0) ? 1 : 0;\n" + " \t\trc = (rc == 0) ? 1 : 0;\n" " \t}" -5f95baab4d7471a3333be01f92a2a3c6861daafd87db2d343e24874d3c4650f7 +d65be125393d762aa7fde5fcf0028d6a18ce5fbd1f98d1dcfe8ddb091ff28576
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.