diff for duplicates of <20150818093144.GG3965@mwanda> diff --git a/a/1.txt b/N1/1.txt index f6cad90..2a582e9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -55,7 +55,7 @@ index 1732e29..0a87a32 100644 tp.min_len = j; @@ -1453,7 +1454,7 @@ inval: count = -EINVAL; } - if (*word = '@') { + if (*word == '@') { end = (char *)word + 1; - ret = kstrtoul(end, 10, (unsigned long *)&j); + ret = kstrtouint(end, 10, &j); diff --git a/a/content_digest b/N1/content_digest index 13559da..4d2571d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] cxgb4: memory corruption in debugfs\0" - "Date\0Tue, 18 Aug 2015 09:31:44 +0000\0" + "Date\0Tue, 18 Aug 2015 12:31:44 +0300\0" "To\0Hariprasad S <hariprasad@chelsio.com>\0" "Cc\0netdev@vger.kernel.org" " kernel-janitors@vger.kernel.org\0" @@ -63,7 +63,7 @@ " \t\t\ttp.min_len = j;\n" "@@ -1453,7 +1454,7 @@ inval:\t\t\t\tcount = -EINVAL;\n" " \t\t}\n" - " \t\tif (*word = '@') {\n" + " \t\tif (*word == '@') {\n" " \t\t\tend = (char *)word + 1;\n" "-\t\t\tret = kstrtoul(end, 10, (unsigned long *)&j);\n" "+\t\t\tret = kstrtouint(end, 10, &j);\n" @@ -71,4 +71,4 @@ " \t\t\t\tgoto inval;\n" " \t\t\tif (j & 7) /* doesn't start at multiple of 8 */" -c8058cca6e11120f2ff59b6ed960c9540cdf87af3ed68e68ce7a60241c1297eb +b04a121d13b96f11a8a150162c569e4f19906e3061d176761c6cfd7d8cea11bd
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.