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
/
FuzzerLoop.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libFuzzer] don't print bogus error message
Kostya Serebryany
2016-08-06
1
-2
/
+3
*
[sanitizers] trace buffer API to use user-allocated buffer.
Mike Aizatsky
2016-08-05
1
-23
/
+44
*
[libfuzzer] moving is_ascii handler inside mutation dispatcher.
Mike Aizatsky
2016-06-23
1
-7
/
+3
*
[libFuzzer] use the new chainable malloc hooks instead of the old un-chainabl...
Kostya Serebryany
2016-06-16
1
-32
/
+24
*
[libFuzzer] add 'weak' back to __sanitizer_malloc_hook and __sanitizer_free_hook
Kostya Serebryany
2016-06-08
1
-0
/
+2
*
[libFuzzer] add a test that is built w/o coverage instrumentation but has the...
Kostya Serebryany
2016-06-08
1
-0
/
+5
*
[LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``
Dan Liew
2016-06-07
1
-50
/
+28
*
[libfuzzer] prune_corpus option for disabling pruning during the load.
Mike Aizatsky
2016-06-07
1
-1
/
+2
*
[libfuzzer] hiding custom mutator handling in MutationDispatcher.
Mike Aizatsky
2016-06-03
1
-6
/
+2
*
[LibFuzzer] Reimplement how the optional user functions are called.
Dan Liew
2016-06-02
1
-6
/
+3
*
[libFuzzer] use __sanitizer_print_memory_profile to print the memory profile ...
Kostya Serebryany
2016-06-02
1
-1
/
+4
*
[libFuzzer] fix a use-after-free (!) in libFuzzer caused by r270905: that CL ...
Kostya Serebryany
2016-05-29
1
-1
/
+1
*
[libFuzzer] fix a failure that occurs when running individual inputs
Kostya Serebryany
2016-05-28
1
-0
/
+1
*
[libFuzzer] make OOM-handling more portable. Instead of sending a signal to t...
Kostya Serebryany
2016-05-27
1
-43
/
+19
*
[libFuzzer] more refactoring: make sure CurrentUnitData is awlays a valid poi...
Kostya Serebryany
2016-05-27
1
-12
/
+20
*
[libFuzzer] more refactoring around CurrentUnit. Also add a threading test on...
Kostya Serebryany
2016-05-26
1
-18
/
+34
*
[libFuzzer] refactor: hide CurrentUnitData inside an interface function. NFC
Kostya Serebryany
2016-05-26
1
-0
/
+3
*
[libFuzzer] when there is a leak in the existing corpus report the reproducer...
Kostya Serebryany
2016-05-26
1
-20
/
+9
*
[libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu...
Kostya Serebryany
2016-05-26
1
-5
/
+6
*
[libFuzzer] print stats if we crash on empty input
Kostya Serebryany
2016-05-25
1
-3
/
+4
*
[libfuzzer] Trying random unit prefixes during corpus load.
Mike Aizatsky
2016-05-24
1
-0
/
+43
*
[LibFuzzer]
Dan Liew
2016-05-19
1
-2
/
+12
*
[libFuzzer] do the merge faster and a bit less precise
Kostya Serebryany
2016-05-13
1
-1
/
+2
*
[libFuzzer] simplify FuzzerInterface.h
Kostya Serebryany
2016-05-13
1
-5
/
+8
*
[libfuzzer] Refactoring coverage state-management code.
Mike Aizatsky
2016-05-10
1
-71
/
+111
*
[libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print th...
Kostya Serebryany
2016-05-06
1
-9
/
+21
*
[libFuzzer] add exeprimental -rss_limit_mb flag to fight against OOMs
Kostya Serebryany
2016-05-06
1
-0
/
+11
*
[libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...
Kostya Serebryany
2016-04-27
1
-0
/
+9
*
[libFuzzer] remove dead code
Kostya Serebryany
2016-04-25
1
-4
/
+2
*
[libFuzzer] added -detect_leaks flag (0 by default for now). When enabled, it...
Kostya Serebryany
2016-04-20
1
-1
/
+74
*
[libFuzzer] try to print correct time in seconds when reporting a timeout. Do...
Kostya Serebryany
2016-04-18
1
-3
/
+3
*
[libfuzzer] defensive assert
Mike Aizatsky
2016-04-08
1
-1
/
+2
*
[libFuzzer] don't report memory leaks if we are dying due to a timeout (just ...
Kostya Serebryany
2016-03-24
1
-1
/
+1
*
[Fuzzer] Guard no_sanitize_memory attributes behind __has_feature.
Benjamin Kramer
2016-03-18
1
-2
/
+10
*
[libFuzzer] improve -merge functionality
Kostya Serebryany
2016-03-18
1
-51
/
+75
*
[libFuzzer] deprecate several flags
Kostya Serebryany
2016-03-17
1
-12
/
+0
*
[libFuzzer] add __attribute__((no_sanitize_memory)) to two functions that may...
Kostya Serebryany
2016-03-17
1
-0
/
+2
*
[libFuzzer] try to use max_len based on the items of the corpus instead of bl...
Kostya Serebryany
2016-03-12
1
-7
/
+23
*
[libFuzzer] when interrupted, call _Exit() instead of exit()
Kostya Serebryany
2016-03-03
1
-1
/
+1
*
[libFuzzer] deprecate exit_on_first flag
Kostya Serebryany
2016-03-01
1
-2
/
+0
*
[libFuzzer] add generic signal handlers so that libFuzzer can report at least...
Kostya Serebryany
2016-03-01
1
-12
/
+38
*
[libFuzzer] add -print_final_stats=1 flag
Kostya Serebryany
2016-02-26
1
-3
/
+14
*
[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
-3
/
+3
*
[libFuzzer] don't timeout when loading the corpus. Be a bit more verbose when...
Kostya Serebryany
2016-02-17
1
-0
/
+2
*
[libFuzzer] remove std::vector operations from hot paths, NFC
Kostya Serebryany
2016-02-13
1
-23
/
+24
*
[libFuzzer] don't require seed in fuzzer::Mutate, instead use the global Fuzz...
Kostya Serebryany
2016-02-13
1
-0
/
+5
*
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
Kostya Serebryany
2016-02-13
1
-13
/
+14
*
[libFuzzer] provide a plain C interface for custom mutators (experimental)
Kostya Serebryany
2016-02-13
1
-1
/
+10
*
[libFuzzer] don't write the test unit when a leak is detected (since we don't...
Kostya Serebryany
2016-02-04
1
-0
/
+1
[prev]
[next]