OSDN Git Service

[libFuzzer] fix a warning from Wunreachable-code-loop-increment reported by Christian...
authorKostya Serebryany <kcc@google.com>
Mon, 15 May 2017 17:39:42 +0000 (17:39 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 15 May 2017 17:39:42 +0000 (17:39 +0000)
commit9f23ac318fc376ed0b9b860a82f76a1a5c8db431
treea6d97e4934509854314904fb656d6dde214a935e
parente6202480d9419a8b7391611f6817b58c55d9a457
[libFuzzer] fix a warning from Wunreachable-code-loop-increment reported by Christian Holler. This also fixes a logical bug, which however does not affect the libFuzzer's ability too much (I wasn't able to create a differentiating test)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303087 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerMutate.cpp