OSDN Git Service

[libFuzzer] be more careful when calling strlen of strcmp parameters, PR32357
authorKostya Serebryany <kcc@google.com>
Fri, 24 Mar 2017 22:19:52 +0000 (22:19 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 24 Mar 2017 22:19:52 +0000 (22:19 +0000)
commite1646b6e514e64fcf81088619d134949b4c5096e
tree1585e1a342071bf3f293d9ccb836041bcbc2822c
parent7ebd1797a39dcf36e9462c800b0fb26e3a354420
[libFuzzer] be more careful when calling strlen of strcmp parameters, PR32357

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298746 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerTraceState.cpp
lib/Fuzzer/test/BadStrcmpTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/bad-strcmp.test [new file with mode: 0644]