Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
eac2b47b9fcd7386943a4085c68e8830e22e43f3
/
compiler-rt
/
lib
/
fuzzer
/
FuzzerLoop.cpp
eac2b47
Reland "[libFuzzer] Support using libc++"
by Petr Hosek
· 7 years ago
68bc4bd
Revert "[libFuzzer] Support using libc++"
by Petr Hosek
· 7 years ago
a1b57e6
[libFuzzer] Support using libc++
by Petr Hosek
· 7 years ago
e9ed232
[libFuzzer] change the strategy for -experimental_len_control to grow max_len slower
by Kostya Serebryany
· 7 years ago
2659c63
[libFuzzer] honor -use_counters, sligntly change the meaning of -experimental_len_control, call UpdateFeatureFrequency only if instructed by the flag
by Kostya Serebryany
· 7 years ago
de9bafb
[libFuzzer] add a flag -malloc_limit_mb
by Kostya Serebryany
· 8 years ago
6afa7a5
[libFuzzer] remove stale flags; NFC
by Kostya Serebryany
· 8 years ago
ad05ee0
[libFuzzer] add an experimental search heuristic flag -reduce_depth
by Kostya Serebryany
· 8 years ago
947838c
[libFuzzer] Don't add leaking inputs to corpus.
by Matt Morehouse
· 8 years ago
a2ca2dc
[libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signals
by Kostya Serebryany
· 8 years ago
7d22324
[fuzzer] Fix nested mallocs
by Vitaly Buka
· 8 years ago
7dbc1d8
[fuzzer] Fix threaded stack printing
by Vitaly Buka
· 8 years ago
df00e89c
Revert "[fuzzer] Fix threaded stack printing and nested mallocs" Fails on darwin
by Vitaly Buka
· 8 years ago
58da33e
[fuzzer] Fix threaded stack printing and nested mallocs
by Vitaly Buka
· 8 years ago
5ded070
[Sanitizers-libFuzzer] Addressing coding style issues.
by Alex Shlyapnikov
· 8 years ago
6f1c26f
[libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sessions.
by Alex Shlyapnikov
· 8 years ago
51823d3
[libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy input before the seed corpus
by Kostya Serebryany
· 8 years ago
4083d54
[libFuzzer] experimental flag to tweak the corpus distribution. Seems to improve the situation dramatically on the png benchmark and make things worse on a number of micro-puzzles. Needs more A/B testing
by Kostya Serebryany
· 8 years ago
330496c
[libFuzzer] Disable experimental clang coverage support by default.
by Max Moroz
· 8 years ago
93679be
[libFuzzer] factor out some code into GetSizedFilesFromDir; NFC
by Kostya Serebryany
· 8 years ago
3f26dac
[libfuzzer] Compare TotalNumberOfRuns with MaxNumberOfRuns when testing a memory leak.
by Max Moroz
· 8 years ago
082e9a7
[libFuzzer] tolerate missing files when loading the seed corpus
by Kostya Serebryany
· 8 years ago
4faeb87
[libFUzzer] change the way we load the seed corpora: instead of loading all files and these executing all files, load and execute them one-by-one. This should reduce the memory usage in many cases
by Kostya Serebryany
· 8 years ago
3a8e3c8
[libFuzzer] refactoring: move reading the seed corpus closer to where it's consumed; NFC
by Kostya Serebryany
· 8 years ago
bebcbfb
[libFuzzer] Use custom allocators for STL containers in libFuzzer.
by George Karpenkov
· 8 years ago
24069a04
Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"
by George Karpenkov
· 8 years ago
d50410b
[libFuzzer] Use custom allocators for STL containers in libFuzzer
by George Karpenkov
· 8 years ago
2eef816
[libFuzzer] add -print_funcs=1 (on bey default): print newly discovered functions during fuzzing
by Kostya Serebryany
· 8 years ago
f65cf64
[libFuzzer] apply changes lost during the migration to compiler-rt
by Kostya Serebryany
· 8 years ago
10ab2ac
Move libFuzzer to compiler_rt.
by George Karpenkov
· 8 years ago