index
:
honggfuzz
gh-pages
master
pr1-branch
Security oriented software fuzzer.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sanitizers.h
Age
Commit message (
Expand
)
Author
2020-05-05
iwyu: use iwyu to fix includes across the code
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2019-12-05
report: move report generating to report.c
Robert Swiecki
2019-12-05
sanitizers: simplify asan report parsing (no need for READ/WRITE parsing any ...
Robert Swiecki
2019-12-05
sanitizers+linux/trace: add another asan report parsing format, and simplify ...
Robert Swiecki
2019-12-04
sanitizers: move arch_hashCallstack to sanitizers
Robert Swiecki
2019-12-04
sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always mon...
Robert Swiecki
2019-12-04
cmdline/sanitizers: add option to delete/retain asan report, as well as move ...
Robert Swiecki
2018-08-23
sancov: remove, since it's old (clang-4), slower, and requires complex code. ...
Robert Swiecki
2017-12-27
sanitizers: add *SAN_OPTIONS to the regular envs list
Robert Swiecki
2017-11-13
move hfuzz into run->global
Robert Swiecki
2017-10-11
Makefile: indent everything with clang-format
Robert Swiecki
2017-09-28
make indent with clang-format
Robert Swiecki
2017-09-28
Move the honggfuzz_t and fuzzer_t types out of common
Robert Swiecki
2017-06-01
Move sanitizer modules out of libcommon
Robert Swiecki
2017-05-24
Introduce libcommon
Robert Swiecki
2016-12-28
[SAN] Fix broken exitcode policy
Anestis Bechtsoudis
2016-12-27
Refactor sanitizers env preparation & crashes monitor
Anestis Bechtsoudis