| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libFuzzer] be more careful with memory usage, print peak rss in status lines | Kostya Serebryany | 2016-10-06 | 3 | -2/+4 |
| | | | | | llvm-svn: 283418 | ||||
| * | [libFuzzer] when re-running for lsan, don't look at the coverage | Kostya Serebryany | 2016-10-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 283411 | ||||
| * | [libFuzzer] refactoring to make -shrink=1 work for value profile, added a test. | Kostya Serebryany | 2016-10-05 | 12 | -150/+145 |
| | | | | | llvm-svn: 283409 | ||||
| * | [libFuzzer] add ShrinkValueProfileTest, move code around, NFC | Kostya Serebryany | 2016-10-05 | 8 | -111/+141 |
| | | | | | llvm-svn: 283286 | ||||
| * | [libFuzzer] clear the corpus elements if they are evicted (i.e. smaller ↵ | Kostya Serebryany | 2016-10-05 | 3 | -6/+38 |
| | | | | | | | elements with proper coverage are found). Make sure we never try to mutate empty element. Print the corpus size in bytes in the status lines llvm-svn: 283279 | ||||
| * | [libFuzzer] remove dfsan support and some related stale code. This is not ↵ | Kostya Serebryany | 2016-10-04 | 9 | -449/+1 |
| | | | | | | | being used and as is is pretty weak anyway llvm-svn: 283187 | ||||
| * | [libFuzzer] change the probabilities so that we choose only the inputs that ↵ | Kostya Serebryany | 2016-10-04 | 2 | -4/+13 |
| | | | | | | | are known to be minimal inputs for at least one coverage feature (works only with -shrink=1 for now) llvm-svn: 283178 | ||||
| * | [libFuzzer] add fuzzer test for libxml2, finds ↵ | Kostya Serebryany | 2016-10-01 | 3 | -0/+38 |
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=751631 llvm-svn: 283024 | ||||
| * | [libFuzzer] fix a recent bugs (buffer overflow) | Kostya Serebryany | 2016-10-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 283021 | ||||
| * | [libFuzzer] implement the -shrink=1 option that tires to make elements of ↵ | Kostya Serebryany | 2016-10-01 | 8 | -13/+51 |
| | | | | | | | the corpus smaller, off by default llvm-svn: 282995 | ||||
| * | [libFuzzer] remove some experimental code | Kostya Serebryany | 2016-09-30 | 2 | -21/+12 |
| | | | | | llvm-svn: 282983 | ||||
| * | [libFuzzer] fix openssl fuzzer tests when running on a machine w/o openssl ↵ | Kostya Serebryany | 2016-09-30 | 2 | -2/+2 |
| | | | | | | | installed llvm-svn: 282972 | ||||
| * | [libFuzzer] remove unused option | Kostya Serebryany | 2016-09-30 | 7 | -20/+8 |
| | | | | | llvm-svn: 282971 | ||||
| * | [libFuzzer] move common parts of shell scripts into a separate file | Kostya Serebryany | 2016-09-30 | 9 | -68/+58 |
| | | | | | llvm-svn: 282954 | ||||
| * | [libFuzzer] add a fuzzer test that finds CVE-2015-3193 | Kostya Serebryany | 2016-09-30 | 3 | -0/+184 |
| | | | | | llvm-svn: 282892 | ||||
| * | [libfuzzer] test for c-ares CVE-2016-5180 | Kostya Serebryany | 2016-09-30 | 3 | -0/+50 |
| | | | | | llvm-svn: 282839 | ||||
| * | [libFuzzer] remove the code for -print_pcs=1 with the old coverage. It still ↵ | Kostya Serebryany | 2016-09-30 | 4 | -47/+2 |
| | | | | | | | works with the new one (trace-pc-guard) llvm-svn: 282831 | ||||
| * | [libFuzzer] more the feature set to InputCorpus; on feature update, change ↵ | Kostya Serebryany | 2016-09-30 | 4 | -39/+80 |
| | | | | | | | the feature counter of the old best input llvm-svn: 282829 | ||||
| * | [sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create ↵ | Kostya Serebryany | 2016-09-29 | 3 | -12/+13 |
| | | | | | | | one array of guards per function, instead of one guard per BB. reorganize the code so that trace-pc-guard does not create unneeded globals llvm-svn: 282735 | ||||
| * | [libFuzzer] initialize ValueBitMap::NumBits | Kostya Serebryany | 2016-09-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 282721 | ||||
| * | [libFuzzer] speedup TracePC::FinalizeTrace | Kostya Serebryany | 2016-09-28 | 2 | -15/+22 |
| | | | | | llvm-svn: 282562 | ||||
| * | [libFuzzer] run re2 test in 8 threads by default | Kostya Serebryany | 2016-09-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 282469 | ||||
| * | [sanitizer-coverage] fix a bug in trace-gep | Kostya Serebryany | 2016-09-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 282467 | ||||
| * | [libFuzzer] add a test based on openssl-1.0.1f (finds heartbleed) | Kostya Serebryany | 2016-09-27 | 5 | -0/+89 |
| | | | | | llvm-svn: 282460 | ||||
| * | [libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script ↵ | Kostya Serebryany | 2016-09-27 | 12 | -13/+55 |
| | | | | | | | for RE2 that uses this flag llvm-svn: 282458 | ||||
| * | [libFuzzer] add a standalone build script | Kostya Serebryany | 2016-09-24 | 1 | -0/+10 |
| | | | | | llvm-svn: 282321 | ||||
| * | [libFuzzer] simplify HandleTrace again, start re-running interesting units ↵ | Kostya Serebryany | 2016-09-23 | 6 | -9/+75 |
| | | | | | | | and collecting their features. llvm-svn: 282316 | ||||
| * | [libFuzzer] first steps in adding a proper automated test suite based on ↵ | Kostya Serebryany | 2016-09-23 | 2 | -0/+48 |
| | | | | | | | real-life code: add a script to build RE2 at a revision that has known bugs llvm-svn: 282292 | ||||
| * | [libFuzzer] reset Counters (trace-pc-guard) before every run | Kostya Serebryany | 2016-09-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 282284 | ||||
| * | [libFuzzer] be more precise about what we reset in TracePC | Kostya Serebryany | 2016-09-23 | 2 | -6/+8 |
| | | | | | llvm-svn: 282225 | ||||
| * | [libFuzzer] fix merging with trace-pc-guard | Kostya Serebryany | 2016-09-23 | 8 | -27/+25 |
| | | | | | llvm-svn: 282224 | ||||
| * | [libFuzzer] simplify the TracePC logic | Kostya Serebryany | 2016-09-23 | 3 | -29/+20 |
| | | | | | llvm-svn: 282222 | ||||
| * | [libFuzzer] move value profiling logic into TracePC | Kostya Serebryany | 2016-09-23 | 6 | -32/+21 |
| | | | | | llvm-svn: 282219 | ||||
| * | [libFuzzer] change ValueBitMap to remember the number of bits in it | Kostya Serebryany | 2016-09-23 | 7 | -30/+29 |
| | | | | | llvm-svn: 282216 | ||||
| * | [libFuzzer] simplify the crash minimizer; split MaxLen into two: MaxInputLen ↵ | Kostya Serebryany | 2016-09-22 | 3 | -29/+36 |
| | | | | | | | and MaxMutationLen, allow MaxMutationLen to be less than MaxInputLen llvm-svn: 282211 | ||||
| * | [libFuzzer] add 'features' to the corpus elements, allow mutations with Size ↵ | Kostya Serebryany | 2016-09-22 | 8 | -44/+66 |
| | | | | | | | > MaxSize, fix sha1 in corpus stats; various refactorings llvm-svn: 282129 | ||||
| * | [libFuzzer] one more test | Kostya Serebryany | 2016-09-22 | 3 | -0/+30 |
| | | | | | llvm-svn: 282127 | ||||
| * | [libFuzzer] add stats to the corpus; more refactoring | Kostya Serebryany | 2016-09-21 | 10 | -49/+53 |
| | | | | | llvm-svn: 282121 | ||||
| * | [libFuzzer] more refactoring; don't compute sha1sum every time we mutate a ↵ | Kostya Serebryany | 2016-09-21 | 4 | -57/+53 |
| | | | | | | | unit from the corpus, use the stored one. llvm-svn: 282115 | ||||
| * | [libFuzzer] more refactoring | Kostya Serebryany | 2016-09-21 | 10 | -8/+13 |
| | | | | | llvm-svn: 282113 | ||||
| * | [libFuzzer] fix libc++ build | Kostya Serebryany | 2016-09-21 | 1 | -0/+1 |
| | | | | | llvm-svn: 282050 | ||||
| * | [libFuzzer] more refactoring; NFC | Kostya Serebryany | 2016-09-21 | 8 | -42/+74 |
| | | | | | llvm-svn: 282047 | ||||
| * | [libFuzzer] refactoring: split the large header into many; NFC | Kostya Serebryany | 2016-09-21 | 16 | -397/+539 |
| | | | | | llvm-svn: 282044 | ||||
| * | [libFuzzer] refactoring: move the Corpus into a separate class; delete two ↵ | Kostya Serebryany | 2016-09-21 | 8 | -163/+83 |
| | | | | | | | unused experimental features llvm-svn: 282042 | ||||
| * | [libFuzzer] use sleep() instead of std::this_thread::sleep_for to avoid ↵ | Kostya Serebryany | 2016-09-19 | 1 | -1/+1 |
| | | | | | | | coverage from instrumented libc++ llvm-svn: 281933 | ||||
| * | [libFuzzer] add -print_coverage=1 flag to print coverage directly from ↵ | Kostya Serebryany | 2016-09-18 | 8 | -10/+45 |
| | | | | | | | libFuzzer llvm-svn: 281866 | ||||
| * | [libFuzzer] use 'if guard' instead of 'if guard >= 0' with trace-pc; change ↵ | Kostya Serebryany | 2016-09-18 | 2 | -40/+38 |
| | | | | | | | the guard type to intptr_t; use separate array for 8-bit counters llvm-svn: 281845 | ||||
| * | [libFuzzer] properly reset the guards when reseting the coverage. Also try ↵ | Kostya Serebryany | 2016-09-17 | 3 | -1/+12 |
| | | | | | | | to fix check-fuzzer on the bot llvm-svn: 281814 | ||||
| * | [libFuzzer] change trace-pc to use 8-byte guards | Kostya Serebryany | 2016-09-17 | 10 | -32/+156 |
| | | | | | llvm-svn: 281810 | ||||
| * | [libFuzzer] make caller-callee feedback work with trace-pc-guard | Kostya Serebryany | 2016-09-15 | 5 | -1/+17 |
| | | | | | llvm-svn: 281667 | ||||

