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
/
FuzzerInternal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] make sure the input data is not overwritten in the fuzz target (i...
Kostya Serebryany
2017-05-09
1
-0
/
+1
*
Remove unnecessary semicolon
Sanjoy Das
2017-04-28
1
-1
/
+1
*
[libFuzzer] add two experimental flags to make corpus merging more scalable: ...
Kostya Serebryany
2017-03-22
1
-1
/
+3
*
[libFuzzer] remove even more stale code
Kostya Serebryany
2017-03-15
1
-2
/
+0
*
[libFuzzer] simplify code a bit
Kostya Serebryany
2017-03-15
1
-1
/
+0
*
[libFuzzer] remove more stale code
Kostya Serebryany
2017-03-14
1
-2
/
+0
*
[libFuzzer] remove stale code
Kostya Serebryany
2017-03-14
1
-24
/
+0
*
[libFuzzer] remove usage of the old coverage instrumentation
Kostya Serebryany
2017-02-28
1
-5
/
+0
*
[libFuzzer] remove a bit of stale code
Kostya Serebryany
2017-01-26
1
-2
/
+0
*
[libFuzzer] experimental support for 'equivalance fuzzing'
Kostya Serebryany
2017-01-20
1
-0
/
+1
*
[libFuzzer] improve error handling during the merge (handle various IO failures)
Kostya Serebryany
2017-01-05
1
-0
/
+1
*
[libFuzzer] Fix bug in detecting timeouts when input string is empty.
Marcos Pividori
2016-12-13
1
-0
/
+1
*
[libFuzzer] Clean up headers and file formatting of LibFuzzer files.
Marcos Pividori
2016-12-13
1
-7
/
+6
*
[libFuzzer] implement crash-resistant merge (https://github.com/google/saniti...
Kostya Serebryany
2016-12-09
1
-0
/
+3
*
[libFuzzer] extend -rss_limit_mb to crash instantly on a single malloc that e...
Kostya Serebryany
2016-11-30
1
-0
/
+2
*
[LibFuzzer] Split up some functions among different headers.
Zachary Turner
2016-11-30
1
-0
/
+1
*
[libFuzzer] simplify the code to print new PCs
Kostya Serebryany
2016-10-26
1
-2
/
+0
*
[libFuzzer] detect leaks after every run when executing fixed inputs (./fuzze...
Kostya Serebryany
2016-10-18
1
-2
/
+2
*
[libFuzzer] reshuffle the code for -exit_on_src_pos and -exit_on_item
Kostya Serebryany
2016-10-18
1
-2
/
+1
*
[libFuzzer] better algorithm for -minimize_crash
Kostya Serebryany
2016-10-15
1
-0
/
+8
*
[libFuzzer] refactoring to make -shrink=1 work for value profile, added a test.
Kostya Serebryany
2016-10-05
1
-6
/
+2
*
[libFuzzer] remove dfsan support and some related stale code. This is not bei...
Kostya Serebryany
2016-10-04
1
-1
/
+0
*
[libFuzzer] implement the -shrink=1 option that tires to make elements of the...
Kostya Serebryany
2016-10-01
1
-0
/
+1
*
[libFuzzer] remove some experimental code
Kostya Serebryany
2016-09-30
1
-1
/
+1
*
[libFuzzer] remove the code for -print_pcs=1 with the old coverage. It still ...
Kostya Serebryany
2016-09-30
1
-7
/
+0
*
[libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script ...
Kostya Serebryany
2016-09-27
1
-0
/
+1
*
[libFuzzer] simplify HandleTrace again, start re-running interesting units an...
Kostya Serebryany
2016-09-23
1
-0
/
+1
*
[libFuzzer] fix merging with trace-pc-guard
Kostya Serebryany
2016-09-23
1
-1
/
+1
*
[libFuzzer] move value profiling logic into TracePC
Kostya Serebryany
2016-09-23
1
-4
/
+0
*
[libFuzzer] change ValueBitMap to remember the number of bits in it
Kostya Serebryany
2016-09-23
1
-3
/
+1
*
[libFuzzer] simplify the crash minimizer; split MaxLen into two: MaxInputLen ...
Kostya Serebryany
2016-09-22
1
-2
/
+6
*
[libFuzzer] add 'features' to the corpus elements, allow mutations with Size ...
Kostya Serebryany
2016-09-22
1
-1
/
+1
*
[libFuzzer] add stats to the corpus; more refactoring
Kostya Serebryany
2016-09-21
1
-10
/
+5
*
[libFuzzer] more refactoring; don't compute sha1sum every time we mutate a un...
Kostya Serebryany
2016-09-21
1
-13
/
+2
*
[libFuzzer] fix libc++ build
Kostya Serebryany
2016-09-21
1
-0
/
+1
*
[libFuzzer] more refactoring; NFC
Kostya Serebryany
2016-09-21
1
-38
/
+1
*
[libFuzzer] refactoring: split the large header into many; NFC
Kostya Serebryany
2016-09-21
1
-389
/
+2
*
[libFuzzer] refactoring: move the Corpus into a separate class; delete two un...
Kostya Serebryany
2016-09-21
1
-15
/
+41
*
[libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuz...
Kostya Serebryany
2016-09-18
1
-0
/
+7
*
[libFuzzer] use 'if guard' instead of 'if guard >= 0' with trace-pc; change t...
Kostya Serebryany
2016-09-18
1
-3
/
+6
*
[libFuzzer] properly reset the guards when reseting the coverage. Also try to...
Kostya Serebryany
2016-09-17
1
-0
/
+3
*
[libFuzzer] change trace-pc to use 8-byte guards
Kostya Serebryany
2016-09-17
1
-3
/
+20
*
[libFuzzer] make caller-callee feedback work with trace-pc-guard
Kostya Serebryany
2016-09-15
1
-0
/
+1
*
[libFuzzer] implement print_pcs with trace-pc-guard. Change the trace-pc-guar...
Kostya Serebryany
2016-09-15
1
-0
/
+15
*
[libFuzzer] add 8-bit counters to trace-pc-guard handler
Kostya Serebryany
2016-09-15
1
-2
/
+13
*
[libFuzzer] start using trace-pc-guard as an alternative source of coverage
Kostya Serebryany
2016-09-14
1
-7
/
+12
*
[libFuzzer] print a visible message if merge fails due to a crash
Kostya Serebryany
2016-09-10
1
-0
/
+2
*
[libFuzzer] improve -print_pcs to not print new PCs coming from libFuzzer itself
Kostya Serebryany
2016-09-09
1
-3
/
+2
*
[libFuzzer] remove unneeded call
Kostya Serebryany
2016-09-09
1
-1
/
+0
*
[libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly ...
Kostya Serebryany
2016-09-09
1
-1
/
+0
[next]