index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Fuzzer
/
test
/
fuzzer.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] add a test that is built w/o coverage instrumentation but has the...
Kostya Serebryany
2016-06-08
1
-0
/
+3
*
[libfuzzer] splitting fuzzer.test
Mike Aizatsky
2016-06-03
1
-97
/
+0
*
[libFuzzer] when an invalid flag is given, warn, but don't crash
Kostya Serebryany
2016-06-01
1
-0
/
+4
*
[libFuzzer] use __sanitizer_set_report_fd with -close_fd_mask. This allows us...
Kostya Serebryany
2016-05-27
1
-1
/
+3
*
[libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu...
Kostya Serebryany
2016-05-26
1
-0
/
+3
*
[libFuzzer] print stats if we crash on empty input
Kostya Serebryany
2016-05-25
1
-0
/
+3
*
[libFuzzer] print the file name before executing the input so that if there i...
Kostya Serebryany
2016-05-13
1
-2
/
+2
*
[libFuzzer] print stats after running individual inputs
Kostya Serebryany
2016-05-04
1
-0
/
+4
*
[libFuzzer] warn if the corpus is empty
Kostya Serebryany
2016-04-18
1
-0
/
+1
*
[libFuzzer] add a better warning for command line flags with -- (two dashes)
Kostya Serebryany
2016-04-15
1
-0
/
+2
*
[libFuzzer] don't report memory leaks if we are dying due to a timeout (just ...
Kostya Serebryany
2016-03-24
1
-4
/
+0
*
[libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by...
Kostya Serebryany
2016-03-18
1
-0
/
+29
*
[libFuzzer] read corpus dirs recursively
Kostya Serebryany
2016-03-18
1
-0
/
+9
*
[libFuzzer] deprecate several flags
Kostya Serebryany
2016-03-17
1
-1
/
+1
*
[libFuzzer] add generic signal handlers so that libFuzzer can report at least...
Kostya Serebryany
2016-03-01
1
-0
/
+5
*
[libFuzzer] add -print_final_stats=1 flag
Kostya Serebryany
2016-02-26
1
-0
/
+8
*
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
Kostya Serebryany
2016-02-13
1
-0
/
+1
*
[libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea).
Kostya Serebryany
2016-02-13
1
-2
/
+0
*
[libFuzzer] provide a plain C interface for custom mutators (experimental)
Kostya Serebryany
2016-02-13
1
-0
/
+4
*
[libFuzzer] make -runs=N flag also affect the simple runner (will execute eve...
Kostya Serebryany
2016-02-12
1
-1
/
+7
*
[libFuzzer] hot fix a test
Kostya Serebryany
2016-02-04
1
-1
/
+1
*
[libFuzzer] don't write the test unit when a leak is detected (since we don't...
Kostya Serebryany
2016-02-04
1
-0
/
+3
*
[libFuzzer] allow passing 1 or more files as individual inputs
Kostya Serebryany
2016-02-02
1
-0
/
+12
*
[libFuzzer] fail if the corpus dir does not exist
Kostya Serebryany
2016-02-02
1
-0
/
+3
*
[libFuzzer] use std::mt19937 for generating random numbers by default. Fix My...
Kostya Serebryany
2016-01-19
1
-0
/
+3
*
[libFuzzer] introduce LLVMFuzzerInitialize
Kostya Serebryany
2016-01-16
1
-0
/
+2
*
[libFuzzer] make sure we find buffer overflow in the input buffer. Previously...
Kostya Serebryany
2016-01-13
1
-0
/
+3
*
[libFuzzer] add a position hint to the dictionary-based mutator
Kostya Serebryany
2016-01-07
1
-4
/
+2
*
[libfuzzer] print_new_cov_pcs experimental option.
Mike Aizatsky
2016-01-06
1
-0
/
+6
*
[libFuzzer] split the tests to run them in parallel, remove one redundant test
Kostya Serebryany
2015-12-19
1
-40
/
+1
*
[libFuzzer] make CrossOver just one of the other mutations
Kostya Serebryany
2015-12-19
1
-6
/
+6
*
[LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding.
Mike Aizatsky
2015-12-10
1
-2
/
+2
*
[libFuzzer] add a flag -exact_artifact_path
Kostya Serebryany
2015-11-25
1
-0
/
+2
*
[libFuzzer] experimental flag -drill (another search heuristic; Mike Aizatsky...
Kostya Serebryany
2015-11-12
1
-1
/
+5
*
[libFuzzer] make libFuzzer link if there is no sanitizer coverage instrumenta...
Kostya Serebryany
2015-11-09
1
-0
/
+3
*
[libFuzzer] use the indirect caller-callee counter as an independent search h...
Kostya Serebryany
2015-10-22
1
-0
/
+3
*
[libFuzzer] remove the deprecated 'tokens' feature
Kostya Serebryany
2015-10-22
1
-2
/
+0
*
[libFuzzer] print a stack trace on timeout
Kostya Serebryany
2015-10-16
1
-0
/
+5
*
[libFuzzer] When -test_single_input crashes the test it is not necessary to w...
Kostya Serebryany
2015-10-16
1
-1
/
+6
*
[libFuzzer] add -artifact_prefix flag
Kostya Serebryany
2015-10-09
1
-3
/
+5
*
[libFuzzer] remove experimental flag and functionality
Kostya Serebryany
2015-10-02
1
-2
/
+2
*
[libFuzzer] add a flag -max_total_time
Kostya Serebryany
2015-10-02
1
-0
/
+3
*
[LibFuzzer] test_single_input option to run a single test case.
Ivan Krasin
2015-10-01
1
-0
/
+1
*
[libFuzzer]Add a test for defeating a hash sum.
Ivan Krasin
2015-09-08
1
-0
/
+3
*
[libFuzzer] actually make the dictionaries work (+docs)
Kostya Serebryany
2015-09-04
1
-0
/
+3
*
[libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpu...
Kostya Serebryany
2015-09-02
1
-1
/
+1
*
[libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace...
Kostya Serebryany
2015-08-12
1
-3
/
+3
*
[libFuzzer] use data-flow feedback from strcmp
Kostya Serebryany
2015-08-05
1
-0
/
+3
*
[libFuzzer] make sure that 2-byte arguments of switch() are handled properly
Kostya Serebryany
2015-07-31
1
-1
/
+1
*
[libFuzzer] trace switch statements and apply mutations based on the expected...
Kostya Serebryany
2015-07-31
1
-0
/
+3
[next]