index
:
gentoo-utils
atom-cmp
debugging
feature/port-to-meson-cargo
feature/profiles
fuzz
improve-fuzzing
master
profiles
split-into-workspace
Gentoo-utils
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fuzz
Age
Commit message (
Expand
)
Author
2025-12-03
hook up fuzzer to stdin and stdout instead of spawning a subproc
improve-fuzzing
John Turner
2025-12-03
give fuzzer library targets different names
John Turner
2025-12-03
configure fuzzers separately
John Turner
2025-12-01
clean up fuzzer related meson logic
John Turner
2025-11-23
rearrange modules
John Turner
2025-11-22
print the remaining input on fuzzer failures
John Turner
2025-11-21
remove build-id from control version and reject inputs with it
John Turner
2025-11-19
fix lints
John Turner
2025-11-19
remove dbg!
John Turner
2025-11-19
impl vercmp fuzzer
John Turner
2025-11-18
setup meson to allow building multiple fuzzers easily
John Turner
2025-11-18
skip atoms that portage denies for having duplicate usedeps
John Turner
2025-11-18
check if fuzz input is graphical before decoding it to UTF8
John Turner
2025-11-17
in fuzz python process, inherit stderr so we can see python errors
John Turner
2025-11-17
reject fuzz inputs with invisible characters
John Turner
2025-11-17
communicate with python over a pipe to increase fuzzing performance
John Turner
2025-11-16
fixup
fuzz
John Turner
2025-11-16
generate corpus to fuzz on with meson
John Turner
2025-11-16
move fuzz stuff into its own directory
John Turner