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] one more mutation: ChangeBinaryInteger; also fix the breakage fro...
Kostya Serebryany
2016-08-17
1
-0
/
+2
*
[libFuzzer] when printing the reproducer input, also print the base input and...
Kostya Serebryany
2016-08-17
1
-0
/
+2
*
[libFuzzer] more mutations
Kostya Serebryany
2016-08-17
1
-0
/
+7
*
[libFuzzer] new experimental feature: value profiling. Profiles values that a...
Kostya Serebryany
2016-08-16
1
-0
/
+8
*
[libFuzzer] refactoring around PCMap, NFC
Kostya Serebryany
2016-08-16
1
-5
/
+7
*
[libFuzzer] add InsertRepeatedBytes and EraseBytes.
Kostya Serebryany
2016-08-15
1
-2
/
+4
*
[sanitizers] trace buffer API to use user-allocated buffer.
Mike Aizatsky
2016-08-05
1
-3
/
+7
*
[libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmp
Kostya Serebryany
2016-07-15
1
-1
/
+2
*
[libfuzzer] moving is_ascii handler inside mutation dispatcher.
Mike Aizatsky
2016-06-23
1
-34
/
+37
*
[LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``
Dan Liew
2016-06-07
1
-7
/
+3
*
[libfuzzer] custom crossover interface function.
Mike Aizatsky
2016-06-07
1
-0
/
+2
*
[libfuzzer] prune_corpus option for disabling pruning during the load.
Mike Aizatsky
2016-06-07
1
-0
/
+1
*
[libfuzzer] hiding custom mutator handling in MutationDispatcher.
Mike Aizatsky
2016-06-03
1
-4
/
+16
*
[LibFuzzer] Reimplement how the optional user functions are called.
Dan Liew
2016-06-02
1
-1
/
+5
*
[libFuzzer] make OOM-handling more portable. Instead of sending a signal to t...
Kostya Serebryany
2016-05-27
1
-5
/
+2
*
[libFuzzer] more refactoring: make sure CurrentUnitData is awlays a valid poi...
Kostya Serebryany
2016-05-27
1
-3
/
+3
*
[libFuzzer] more refactoring around CurrentUnit. Also add a threading test on...
Kostya Serebryany
2016-05-26
1
-5
/
+3
*
[libFuzzer] refactor: hide CurrentUnitData inside an interface function. NFC
Kostya Serebryany
2016-05-26
1
-0
/
+10
*
[libFuzzer] when there is a leak in the existing corpus report the reproducer...
Kostya Serebryany
2016-05-26
1
-2
/
+2
*
[libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu...
Kostya Serebryany
2016-05-26
1
-3
/
+4
*
[libfuzzer] Trying random unit prefixes during corpus load.
Mike Aizatsky
2016-05-24
1
-1
/
+5
*
[LibFuzzer]
Dan Liew
2016-05-19
1
-0
/
+11
*
[libFuzzer] simplify FuzzerInterface.h
Kostya Serebryany
2016-05-13
1
-0
/
+4
*
[libfuzzer] Refactoring coverage state-management code.
Mike Aizatsky
2016-05-10
1
-25
/
+34
*
[libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print th...
Kostya Serebryany
2016-05-06
1
-1
/
+5
*
[libFuzzer] add exeprimental -rss_limit_mb flag to fight against OOMs
Kostya Serebryany
2016-05-06
1
-0
/
+1
*
[libFuzzer] print stats after running individual inputs
Kostya Serebryany
2016-05-04
1
-1
/
+1
*
[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
-0
/
+1
*
[libFuzzer] remove dead code
Kostya Serebryany
2016-04-25
1
-1
/
+0
*
[libFuzzer] added -detect_leaks flag (0 by default for now). When enabled, it...
Kostya Serebryany
2016-04-20
1
-0
/
+5
*
[libFuzzer] try to print correct time in seconds when reporting a timeout. Do...
Kostya Serebryany
2016-04-18
1
-2
/
+2
*
[libFuzzer] handle SIGTERM
Kostya Serebryany
2016-03-24
1
-0
/
+1
*
[libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by...
Kostya Serebryany
2016-03-18
1
-0
/
+2
*
[libFuzzer] improve -merge functionality
Kostya Serebryany
2016-03-18
1
-1
/
+7
*
[libFuzzer] deprecate several flags
Kostya Serebryany
2016-03-17
1
-5
/
+0
*
[libFuzzer] try to use max_len based on the items of the corpus instead of bl...
Kostya Serebryany
2016-03-12
1
-2
/
+4
*
[libFuzzer] deprecate exit_on_first flag
Kostya Serebryany
2016-03-01
1
-1
/
+0
*
[libFuzzer] add generic signal handlers so that libFuzzer can report at least...
Kostya Serebryany
2016-03-01
1
-1
/
+12
*
[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
1
-0
/
+8
*
[libFuzzer] only read MaxLen bytes from every file in the corpus to speedup l...
Kostya Serebryany
2016-02-18
1
-4
/
+4
*
[libFuzzer] remove std::vector operations from hot paths, NFC
Kostya Serebryany
2016-02-13
1
-4
/
+8
*
[libFuzzer] don't require seed in fuzzer::Mutate, instead use the global Fuzz...
Kostya Serebryany
2016-02-13
1
-0
/
+1
*
[libFuzzer] simplify CTOR of MutationDispatcher
Kostya Serebryany
2016-02-13
1
-3
/
+3
*
[libFuzzer] get rid of MutationDispatcher::Impl (simplify the code; NFC)
Kostya Serebryany
2016-02-13
1
-4
/
+77
*
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
Kostya Serebryany
2016-02-13
1
-46
/
+6
*
[libFuzzer] simplify the code around Random. NFC
Kostya Serebryany
2016-02-13
1
-36
/
+11
*
[libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea).
Kostya Serebryany
2016-02-13
1
-0
/
+60
*
[libFuzzer] allow passing 1 or more files as individual inputs
Kostya Serebryany
2016-02-02
1
-0
/
+1
[next]