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
/
FuzzerIO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``
Dan Liew
2016-06-07
1
-6
/
+3
*
[libFuzzer] use __sanitizer_set_report_fd with -close_fd_mask. This allows us...
Kostya Serebryany
2016-05-27
1
-0
/
+6
*
[libFuzzer] use fflush after every Printf
Kostya Serebryany
2016-03-25
1
-0
/
+1
*
[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
1
-1
/
+17
*
[libFuzzer] read corpus dirs recursively
Kostya Serebryany
2016-03-18
1
-14
/
+16
*
[libfuzzer] speeding up corpus load
Mike Aizatsky
2016-03-15
1
-8
/
+10
*
[libFuzzer] log less when re-loading files; fix a silly bug: when running sin...
Kostya Serebryany
2016-03-04
1
-2
/
+4
*
[libFuzzer] only read MaxLen bytes from every file in the corpus to speedup l...
Kostya Serebryany
2016-02-18
1
-4
/
+10
*
[libFuzzer] don't timeout when loading the corpus. Be a bit more verbose when...
Kostya Serebryany
2016-02-17
1
-1
/
+5
*
[libFuzzer] allow passing 1 or more files as individual inputs
Kostya Serebryany
2016-02-02
1
-0
/
+7
*
[libFuzzer] fail if the corpus dir does not exist
Kostya Serebryany
2016-02-02
1
-1
/
+1
*
[libFuzzer] compute base64 in-process instead of using an external lib. Since...
Kostya Serebryany
2015-12-04
1
-5
/
+0
*
[libFuzzer] make libFuzzer build even with a compiler that does not have sani...
Kostya Serebryany
2015-11-13
1
-0
/
+1
*
[libFuzzer] When -test_single_input crashes the test it is not necessary to w...
Kostya Serebryany
2015-10-16
1
-0
/
+4
*
[libFuzzer] be more robust when dealing with files on disk (e.g. don't crash ...
Kostya Serebryany
2015-09-08
1
-4
/
+2
*
[libFuzzer] fix minor inefficiency, PR24584
Kostya Serebryany
2015-08-26
1
-1
/
+1
*
[libFuzzer] use raw C IO to reduce the risk of a deadlock in a signal handler.
Kostya Serebryany
2015-08-12
1
-2
/
+5
*
[libFuzzer] require the files and directories passed to the fuzzer to exist
Kostya Serebryany
2015-07-18
1
-2
/
+8
*
[lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ librar...
Kostya Serebryany
2015-05-23
1
-4
/
+9
*
[lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD COR...
Kostya Serebryany
2015-05-18
1
-1
/
+1
*
[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...
Kostya Serebryany
2015-05-08
1
-4
/
+25
*
[lib/Fuzzer] on crash print the contents of the crashy input as base64
Kostya Serebryany
2015-05-05
1
-0
/
+5
*
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...
Kostya Serebryany
2015-03-31
1
-0
/
+6
*
[fuzzer] make multi-process execution more verbose; fix mutation to actually ...
Kostya Serebryany
2015-02-04
1
-0
/
+8
*
Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...
Aaron Ballman
2015-01-29
1
-0
/
+49
*
Temporarily reverting the fuzzer library as it causes too many build issues f...
Aaron Ballman
2015-01-29
1
-49
/
+0
*
[fuzzer] add option -save_minimized_corpus
Kostya Serebryany
2015-01-28
1
-2
/
+7
*
Add a Fuzzer library
Kostya Serebryany
2015-01-27
1
-0
/
+44