This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
2f7f0e7a48
llvm-project
/
llvm
/
lib
/
Fuzzer
/
test
/
repeated-bytes.test
3 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[libFuzzer] add InsertRepeatedBytes and EraseBytes. 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
2016-08-16 01:48:28 +08:00
CHECK: BINGO
[libFuzzer] fix the bot llvm-svn: 278721
2016-08-16 03:36:13 +08:00
RUN: LLVMFuzzer-RepeatedBytesTest -seed=1 -runs=1000000 2>&1 | FileCheck %s