diff for duplicates of <5762997D.3020302@bfs.de> diff --git a/a/1.txt b/N1/1.txt index c1bca82..eb3c7ab 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,11 +30,11 @@ Am 16.06.2016 12:44, schrieb Dan Carpenter: > - ; > + i = -1; > + while (++i < BFA_STRING_32) { -> + if (iocmd->adapter_hwpath[i] = ':') +> + if (iocmd->adapter_hwpath[i] == ':') > + break; > + } > + while (++i < BFA_STRING_32) { -> + if (iocmd->adapter_hwpath[i] = ':') +> + if (iocmd->adapter_hwpath[i] == ':') > + break; > + } > + if (i >= BFA_STRING_32) diff --git a/a/content_digest b/N1/content_digest index 0c5f308..eea789a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020160616104434.GB24067@mwanda\0" "From\0walter harms <wharms@bfs.de>\0" "Subject\0Re: [patch] bfa: clean up some bounds checking\0" - "Date\0Thu, 16 Jun 2016 12:20:13 +0000\0" + "Date\0Thu, 16 Jun 2016 14:20:13 +0200\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Anil Gurumurthy <anil.gurumurthy@qlogic.com>" Sudarsana Kalluru <sudarsana.kalluru@qlogic.com> @@ -43,11 +43,11 @@ "> -\t\t;\n" "> +\ti = -1;\n" "> +\twhile (++i < BFA_STRING_32) {\n" - "> +\t\tif (iocmd->adapter_hwpath[i] = ':')\n" + "> +\t\tif (iocmd->adapter_hwpath[i] == ':')\n" "> +\t\t\tbreak;\n" "> +\t}\n" "> +\twhile (++i < BFA_STRING_32) {\n" - "> +\t\tif (iocmd->adapter_hwpath[i] = ':')\n" + "> +\t\tif (iocmd->adapter_hwpath[i] == ':')\n" "> +\t\t\tbreak;\n" "> +\t}\n" "> +\tif (i >= BFA_STRING_32)\n" @@ -74,4 +74,4 @@ "re,\n" wh -b88ba803a0d927f297bcc363b3dcf201179150e13dc751e8ebf7ab7e0b8828da +a116887705a627f5ddf2329e7406bbdbb14ebd0c5f50a4c7fc63ea01742e39f5
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.