aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Fuzzer/test/StrncmpTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-16[libFuzzer] new experimental feature: value profiling. Profiles values that a...Kostya Serebryany1-1/+1
2016-04-01[libfuzzer] adding license headers to cpp filesMike Aizatsky1-0/+3
2015-10-02[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...Kostya Serebryany1-1/+2
2015-07-30[libFuzzer] fix the strncmp interceptor -- it should respect short strings. Kostya Serebryany1-0/+4
2015-07-30[libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o d...Kostya Serebryany1-0/+20