diff for duplicates of <E1f6euF-0008JM-RX@debutante> diff --git a/a/1.txt b/N1/1.txt index 3c942eb..eb717b3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,7 +25,7 @@ to this mail. Thanks, Mark ->From 65030ff305bc9c51cb75705483bdaac7813778f0 Mon Sep 17 00:00:00 2001 +From 65030ff305bc9c51cb75705483bdaac7813778f0 Mon Sep 17 00:00:00 2001 From: Dan Carpenter <dan.carpenter@oracle.com> Date: Thu, 5 Apr 2018 14:25:18 +0300 Subject: [PATCH] ASoC: topology: fix some tiny memory leaks @@ -47,8 +47,8 @@ index fa27d0fca6dc..942c6e5eb4b7 100644 ec->hdr.name); kc[i].name = kstrdup(ec->hdr.name, GFP_KERNEL); -- if (kc[i].name == NULL) -+ if (kc[i].name == NULL) { +- if (kc[i].name = NULL) ++ if (kc[i].name = NULL) { + kfree(se); goto err_se; + } @@ -59,8 +59,8 @@ index fa27d0fca6dc..942c6e5eb4b7 100644 be->hdr.name, be->hdr.access); kc[i].name = kstrdup(be->hdr.name, GFP_KERNEL); -- if (kc[i].name == NULL) -+ if (kc[i].name == NULL) { +- if (kc[i].name = NULL) ++ if (kc[i].name = NULL) { + kfree(sbe); goto err; + } diff --git a/a/content_digest b/N1/content_digest index 77e15f1..9f4af42 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020180405112518.GE4218@mwanda\0" "From\0Mark Brown <broonie@kernel.org>\0" "Subject\0Applied \"ASoC: topology: fix some tiny memory leaks\" to the asoc tree\0" - "Date\0Thu, 12 Apr 2018 17:17:03 +0100\0" + "Date\0Thu, 12 Apr 2018 16:17:03 +0000\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0alsa-devel@alsa-project.org" Mark Brown <broonie@kernel.org> @@ -37,7 +37,7 @@ "Thanks,\n" "Mark\n" "\n" - ">From 65030ff305bc9c51cb75705483bdaac7813778f0 Mon Sep 17 00:00:00 2001\n" + "From 65030ff305bc9c51cb75705483bdaac7813778f0 Mon Sep 17 00:00:00 2001\n" "From: Dan Carpenter <dan.carpenter@oracle.com>\n" "Date: Thu, 5 Apr 2018 14:25:18 +0300\n" "Subject: [PATCH] ASoC: topology: fix some tiny memory leaks\n" @@ -59,8 +59,8 @@ " \t\t\tec->hdr.name);\n" " \n" " \t\tkc[i].name = kstrdup(ec->hdr.name, GFP_KERNEL);\n" - "-\t\tif (kc[i].name == NULL)\n" - "+\t\tif (kc[i].name == NULL) {\n" + "-\t\tif (kc[i].name = NULL)\n" + "+\t\tif (kc[i].name = NULL) {\n" "+\t\t\tkfree(se);\n" " \t\t\tgoto err_se;\n" "+\t\t}\n" @@ -71,8 +71,8 @@ " \t\t\tbe->hdr.name, be->hdr.access);\n" " \n" " \t\tkc[i].name = kstrdup(be->hdr.name, GFP_KERNEL);\n" - "-\t\tif (kc[i].name == NULL)\n" - "+\t\tif (kc[i].name == NULL) {\n" + "-\t\tif (kc[i].name = NULL)\n" + "+\t\tif (kc[i].name = NULL) {\n" "+\t\t\tkfree(sbe);\n" " \t\t\tgoto err;\n" "+\t\t}\n" @@ -82,4 +82,4 @@ "-- \n" 2.17.0 -17888f0bd41e1dbd43d80aecd3fb9b423a1dfc9feb4f4236783e677b0eb93290 +0f79be60320247d3b9cac34c9a1e3dd12f467abaedd227313184311ef560f315
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.