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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] enable detect_leaks=1, add proper docs
Kostya Serebryany
2016-04-29
3
-3
/
+3
*
[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
4
-0
/
+28
*
[libFuzzer] remove dead code
Kostya Serebryany
2016-04-25
2
-5
/
+2
*
[libFuzzer] added -detect_leaks flag (0 by default for now). When enabled, it...
Kostya Serebryany
2016-04-20
6
-5
/
+103
*
[libFuzzer] try to print correct time in seconds when reporting a timeout. Do...
Kostya Serebryany
2016-04-18
3
-6
/
+6
*
[libFuzzer] warn if the corpus is empty
Kostya Serebryany
2016-04-18
2
-1
/
+5
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-7
/
+5
*
[libFuzzer] add a better warning for command line flags with -- (two dashes)
Kostya Serebryany
2016-04-15
2
-0
/
+5
*
Remove redundant .c_str(), as suggested by PR25633
Hans Wennborg
2016-04-11
1
-1
/
+1
*
[libfuzzer] defensive assert
Mike Aizatsky
2016-04-08
1
-1
/
+2
*
[libfuzzer] adding license headers to cpp files
Mike Aizatsky
2016-04-01
27
-0
/
+81
*
[libFuzzer] more docs
Kostya Serebryany
2016-03-29
1
-1
/
+2
*
[libFuzzer] use fflush after every Printf
Kostya Serebryany
2016-03-25
1
-0
/
+1
*
[libFuzzer] handle SIGTERM
Kostya Serebryany
2016-03-24
4
-0
/
+4
*
[libFuzzer] don't report memory leaks if we are dying due to a timeout (just ...
Kostya Serebryany
2016-03-24
5
-5
/
+25
*
[libFuzzer] use fdopen+vfprintf instead of fsnprintf+write
Kostya Serebryany
2016-03-24
1
-11
/
+10
*
[libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by...
Kostya Serebryany
2016-03-18
7
-1
/
+74
*
[Fuzzer] Guard no_sanitize_memory attributes behind __has_feature.
Benjamin Kramer
2016-03-18
1
-2
/
+10
*
[libFuzzer] read corpus dirs recursively
Kostya Serebryany
2016-03-18
2
-14
/
+25
*
[libFuzzer] improve -merge functionality
Kostya Serebryany
2016-03-18
6
-73
/
+101
*
[libFuzzer] deprecate several flags
Kostya Serebryany
2016-03-17
7
-51
/
+10
*
[libFuzzer] add __attribute__((no_sanitize_memory)) to two functions that may...
Kostya Serebryany
2016-03-17
1
-0
/
+2
*
[libfuzzer] speeding up corpus load
Mike Aizatsky
2016-03-15
1
-8
/
+10
*
[libFuzzer] use max_len exactly equal to the max size of input. Fix 32-bit build
Kostya Serebryany
2016-03-15
1
-1
/
+2
*
[libFuzzer] try to use max_len based on the items of the corpus instead of bl...
Kostya Serebryany
2016-03-12
5
-24
/
+56
*
[libfuzzer] adding std:string to allowed adaptable argument.
Mike Aizatsky
2016-03-04
2
-0
/
+20
*
[libFuzzer] log less when re-loading files; fix a silly bug: when running sin...
Kostya Serebryany
2016-03-04
2
-3
/
+5
*
[libfuzzer] arbitrary function adapter.
Mike Aizatsky
2016-03-03
5
-0
/
+299
*
[libFuzzer] when interrupted, call _Exit() instead of exit()
Kostya Serebryany
2016-03-03
1
-1
/
+1
*
[libFuzzer] add -Werror for libFuzzer build rule
Kostya Serebryany
2016-03-02
1
-1
/
+1
*
libfuzzer: fix compiler warnings
Dmitry Vyukov
2016-03-02
2
-6
/
+12
*
[libFuzzer] deprecate exit_on_first flag
Kostya Serebryany
2016-03-01
4
-12
/
+10
*
[libFuzzer] add generic signal handlers so that libFuzzer can report at least...
Kostya Serebryany
2016-03-01
7
-21
/
+94
*
[libFuzzer] remove FuzzerSanitizerOptions.cpp
Kostya Serebryany
2016-03-01
2
-18
/
+0
*
Refactor duplicated code for linking with pthread.
Rafael Espindola
2016-03-01
1
-6
/
+2
*
[libFuzzer] fixing the bot
Kostya Serebryany
2016-02-27
1
-1
/
+1
*
[libFuzzer] speedup path coverage handling
Kostya Serebryany
2016-02-27
2
-18
/
+19
*
[libFuzzer] add -print_final_stats=1 flag
Kostya Serebryany
2016-02-26
6
-3
/
+41
*
[libFuzzer] initial implementation of path coverage based on -fsanitize-cover...
Kostya Serebryany
2016-02-26
7
-0
/
+103
*
[libFuzzer] only read MaxLen bytes from every file in the corpus to speedup l...
Kostya Serebryany
2016-02-18
4
-12
/
+18
*
[libFuzzer] fix the libFuzzer bot
Kostya Serebryany
2016-02-18
2
-2
/
+2
*
[libFuzzer] don't timeout when loading the corpus. Be a bit more verbose when...
Kostya Serebryany
2016-02-17
2
-1
/
+7
*
[libFuzzer] remove std::vector operations from hot paths, NFC
Kostya Serebryany
2016-02-13
5
-31
/
+38
*
[libFuzzer] don't require seed in fuzzer::Mutate, instead use the global Fuzz...
Kostya Serebryany
2016-02-13
5
-12
/
+21
*
[libFuzzer] remove the C++-ish variant of FuzzerDriver from the interface
Kostya Serebryany
2016-02-13
2
-12
/
+7
*
[libFuzzer] simplify CTOR of MutationDispatcher
Kostya Serebryany
2016-02-13
2
-21
/
+21
*
[libFuzzer] get rid of MutationDispatcher::Impl (simplify the code; NFC)
Kostya Serebryany
2016-02-13
2
-136
/
+114
*
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
Kostya Serebryany
2016-02-13
9
-97
/
+41
*
[libFuzzer] simplify the code around Random. NFC
Kostya Serebryany
2016-02-13
5
-87
/
+39
[next]