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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] enable detect_leaks=1, add proper docs
Kostya Serebryany
2016-04-29
1
-1
/
+1
*
[libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...
Kostya Serebryany
2016-04-27
1
-1
/
+2
*
[libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...
Kostya Serebryany
2016-04-27
2
-0
/
+18
*
[libFuzzer] added -detect_leaks flag (0 by default for now). When enabled, it...
Kostya Serebryany
2016-04-20
2
-4
/
+21
*
[libFuzzer] try to print correct time in seconds when reporting a timeout. Do...
Kostya Serebryany
2016-04-18
1
-1
/
+1
*
[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] adding license headers to cpp files
Mike Aizatsky
2016-04-01
27
-0
/
+81
*
[libFuzzer] don't report memory leaks if we are dying due to a timeout (just ...
Kostya Serebryany
2016-03-24
4
-4
/
+24
*
[libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by...
Kostya Serebryany
2016-03-18
3
-0
/
+48
*
[libFuzzer] read corpus dirs recursively
Kostya Serebryany
2016-03-18
1
-0
/
+9
*
[libFuzzer] improve -merge functionality
Kostya Serebryany
2016-03-18
2
-15
/
+16
*
[libFuzzer] deprecate several flags
Kostya Serebryany
2016-03-17
2
-2
/
+2
*
[libfuzzer] adding std:string to allowed adaptable argument.
Mike Aizatsky
2016-03-04
1
-0
/
+9
*
[libfuzzer] arbitrary function adapter.
Mike Aizatsky
2016-03-03
4
-0
/
+124
*
[libFuzzer] add generic signal handlers so that libFuzzer can report at least...
Kostya Serebryany
2016-03-01
2
-1
/
+5
*
[libFuzzer] fixing the bot
Kostya Serebryany
2016-02-27
1
-1
/
+1
*
[libFuzzer] speedup path coverage handling
Kostya Serebryany
2016-02-27
1
-0
/
+1
*
[libFuzzer] add -print_final_stats=1 flag
Kostya Serebryany
2016-02-26
1
-0
/
+8
*
[libFuzzer] initial implementation of path coverage based on -fsanitize-cover...
Kostya Serebryany
2016-02-26
3
-0
/
+27
*
[libFuzzer] fix the libFuzzer bot
Kostya Serebryany
2016-02-18
1
-1
/
+1
*
[libFuzzer] don't require seed in fuzzer::Mutate, instead use the global Fuzz...
Kostya Serebryany
2016-02-13
1
-4
/
+12
*
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
Kostya Serebryany
2016-02-13
3
-3
/
+4
*
[libFuzzer] simplify the code around Random. NFC
Kostya Serebryany
2016-02-13
1
-11
/
+11
*
[libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea).
Kostya Serebryany
2016-02-13
3
-54
/
+0
*
[libFuzzer] provide a plain C interface for custom mutators (experimental)
Kostya Serebryany
2016-02-13
3
-0
/
+32
*
[libFuzzer] make -runs=N flag also affect the simple runner (will execute eve...
Kostya Serebryany
2016-02-12
3
-1
/
+23
*
[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
3
-0
/
+15
*
[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] add -timeout_exitcode option
Kostya Serebryany
2016-01-29
1
-0
/
+1
*
[libFuzzer] re-enable test for -abort_on_timeout=1, this time protecting fro...
Kostya Serebryany
2016-01-29
1
-1
/
+1
*
Temporary disable broken fuzzer/timeout tests.
Ivan Krasin
2016-01-25
1
-1
/
+1
*
[libFuzzer] add -abort_on_timeout option
Kostya Serebryany
2016-01-23
1
-0
/
+1
*
Use std::piecewise_constant_distribution instead of ad-hoc binary search.
Ivan Krasin
2016-01-22
1
-1
/
+21
*
Revert r258473 as it's breaking the build with libc++
Ivan Krasin
2016-01-22
1
-21
/
+1
*
Use std::piecewise_constant_distribution instead of ad-hoc binary search.
Ivan Krasin
2016-01-22
1
-1
/
+21
*
[libFuzzer] use std::mt19937 for generating random numbers by default. Fix My...
Kostya Serebryany
2016-01-19
1
-0
/
+3
*
[libFuzzer] replace vector with a simpler data structure in the Dictionaries ...
Kostya Serebryany
2016-01-16
1
-6
/
+6
*
[libFuzzer] introduce LLVMFuzzerInitialize
Kostya Serebryany
2016-01-16
3
-0
/
+26
*
[libFuzzer] do mutations based on memcmp/strcmp interceptors under a separate...
Kostya Serebryany
2016-01-15
1
-7
/
+7
*
[libFuzzer] suggest a dictionary to the user of some of the trace-based dicti...
Kostya Serebryany
2016-01-14
6
-3
/
+30
*
[libFuzzer] make sure we find buffer overflow in the input buffer. Previously...
Kostya Serebryany
2016-01-13
3
-0
/
+24
*
[libFuzzer] change the way trace-based mutations are applied. Instead of a cu...
Kostya Serebryany
2016-01-09
1
-3
/
+4
*
[libFuzzer] don't limit memcmp tracing with 8 bytes
Kostya Serebryany
2016-01-09
2
-5
/
+14
*
[libFuzzer] add a position hint to the dictionary-based mutator
Kostya Serebryany
2016-01-07
3
-8
/
+39
*
[libfuzzer] print_new_cov_pcs experimental option.
Mike Aizatsky
2016-01-06
1
-0
/
+6
*
[libFuzzer] make trace-based fuzzing not crash in presence of threads
Kostya Serebryany
2016-01-06
3
-0
/
+31
*
[libFuzzer] split the tests to run them in parallel, remove one redundant test
Kostya Serebryany
2015-12-19
6
-66
/
+41
[next]