diff for duplicates of <20150408085338.GA8837@mwanda> diff --git a/a/1.txt b/N1/1.txt index 8fdd759..1bdd310 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,8 +25,8 @@ index 5fda403..f076b52 100644 */ void ext4_fname_crypto_free_buffer(void **buf) { -- if (*buf = NULL || IS_ERR(buf)) -+ if (*buf = NULL || IS_ERR(*buf)) +- if (*buf == NULL || IS_ERR(buf)) ++ if (*buf == NULL || IS_ERR(*buf)) return; kfree(*buf); *buf = NULL; diff --git a/a/content_digest b/N1/content_digest index f1d5f07..671637f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] ext4 crypto: testing the wrong variable\0" - "Date\0Wed, 08 Apr 2015 08:53:38 +0000\0" + "Date\0Wed, 8 Apr 2015 11:53:38 +0300\0" "To\0Theodore Ts'o <tytso@mit.edu>" " Michael Halcrow <mhalcrow@google.com>\0" "Cc\0Andreas Dilger <adilger.kernel@dilger.ca>" @@ -35,10 +35,10 @@ " */\n" " void ext4_fname_crypto_free_buffer(void **buf)\n" " {\n" - "-\tif (*buf = NULL || IS_ERR(buf))\n" - "+\tif (*buf = NULL || IS_ERR(*buf))\n" + "-\tif (*buf == NULL || IS_ERR(buf))\n" + "+\tif (*buf == NULL || IS_ERR(*buf))\n" " \t\treturn;\n" " \tkfree(*buf);\n" " \t*buf = NULL;" -ad7e39f9c615985d18a8dcb5b7985f3b7836e0608577a9266cdd49fc469b4581 +c27ccf092af3b3058d972485de260e01cc2ba8ccc5d4db5147844976d49e2e41
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.