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-15
gate atom parser fuzzer debug printing
John Turner
2025-12-15
check for duplicate flags in usedeps, instead of duplicate usedeps
John Turner
2025-12-15
remove static variables from atom parser fuzzer
John Turner
2025-12-14
allow fuzzer disagreements where there are duplicated usedeps in the atom
John Turner
2025-12-14
give fuzzer corpuses unique names
John Turner
2025-12-14
add alias targets for fuzzers
John Turner
2025-12-14
prefix atom fuzzer static library targets with "atom"
John Turner
2025-12-12
give fuzzer related targets unique names
John Turner
2025-12-11
fix warnings in fuzzers
John Turner
2025-12-08
remove cbindgen from meson deps and dockerfile
John Turner
2025-12-08
hookup atom parser fuzzer to read and write to stdin/stdout
John Turner
2025-12-08
give fuzzer library targets different names
John Turner
2025-12-08
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