Kostya Serebryany
|
d46a59fac4
|
[libFuzzer] new experimental feature: value profiling. Profiles values that affect control flow and treats new values as new coverage.
llvm-svn: 278839
|
2016-08-16 19:33:51 +00:00 |
Mike Aizatsky
|
f13cbee12e
|
[libfuzzer] adding license headers to cpp files
Differential Revision: http://reviews.llvm.org/D18705
llvm-svn: 265174
|
2016-04-01 18:38:58 +00:00 |
Kostya Serebryany
|
20bb5e71b2
|
[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return int instead of void. The actual return value is not *yet* used (and expected to be 0). This change is API breaking, so the fuzzers will need to be updated.
llvm-svn: 249214
|
2015-10-02 23:34:06 +00:00 |
Kostya Serebryany
|
c9dc96bfc6
|
[libFuzzer] fix the strncmp interceptor -- it should respect short strings.
llvm-svn: 243691
|
2015-07-30 21:22:22 +00:00 |
Kostya Serebryany
|
b74ba421fc
|
[libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o dfsan), add a test
llvm-svn: 243611
|
2015-07-30 02:33:45 +00:00 |