| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
better
llvm-svn: 281007
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New mutation: InsertRepeatedBytes.
Updated mutation: EraseByte => EraseBytes.
This helps https://github.com/google/sanitizers/issues/710
where libFuzzer was not able to find a known bug.
Now it finds it in minutes.
Hopefully, the change is general enough to help other targets.
llvm-svn: 278687
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
own test.
The tests in ``fuzzer-traces-hooks.test`` only work on Linux because calls to hooks
(e.g. ``__sanitizer_weak_hook_memcmp()``) from inside the sanitizer
runtime are only implemented on Linux. Therefore these tests are set to
only run on Linux.
Differential Revision: http://reviews.llvm.org/D21253
llvm-svn: 272600
|
|
|
|
| |
llvm-svn: 270947
|
|
|
|
| |
llvm-svn: 263769
|
|
|
|
|
|
| |
separate flag (-use_memcmp, default=1)
llvm-svn: 257873
|
|
|
|
|
|
| |
dictionary entries were successful
llvm-svn: 257736
|
|
|
|
|
|
| |
custom code just rely on the automatically created dictionary
llvm-svn: 257248
|
|
llvm-svn: 256085
|