diff for duplicates of <20160715110629.GB9258@mwanda> diff --git a/a/1.txt b/N1/1.txt index b9f88cf..d5c6b62 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,8 +11,8 @@ index 142fc3d..784c6e1 100644 info->mtd = mtd_concat_create(cdev, info->num_subdev, plat->name); -- if (info->mtd = NULL) -+ if (info->mtd = NULL) { +- if (info->mtd == NULL) ++ if (info->mtd == NULL) { ret = -ENXIO; + goto err; + } diff --git a/a/content_digest b/N1/content_digest index 5f5fa42..9ca13f0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] mtd: maps: sa1100-flash: potential NULL dereference\0" - "Date\0Fri, 15 Jul 2016 11:06:30 +0000\0" + "Date\0Fri, 15 Jul 2016 14:06:30 +0300\0" "To\0David Woodhouse <dwmw2@infradead.org>" " Frans Klaver <fransklaver@gmail.com>\0" "Cc\0Brian Norris <computersforpeace@gmail.com>" @@ -21,12 +21,12 @@ " \n" " \t\tinfo->mtd = mtd_concat_create(cdev, info->num_subdev,\n" " \t\t\t\t\t plat->name);\n" - "-\t\tif (info->mtd = NULL)\n" - "+\t\tif (info->mtd = NULL) {\n" + "-\t\tif (info->mtd == NULL)\n" + "+\t\tif (info->mtd == NULL) {\n" " \t\t\tret = -ENXIO;\n" "+\t\t\tgoto err;\n" "+\t\t}\n" " \t}\n" " \tinfo->mtd->dev.parent = &pdev->dev;" -a56d4f1c878e15046ec8a5d60afd6c99a49372a4db9a939ec939744deb4bed55 +3226da7168b8d4ce28e0751c240ff534f4e71e9e3ee70f3115daa3a601717cde
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.