summaryrefslogtreecommitdiff
path: root/fuzz
AgeCommit message (Expand)Author
2025-12-15gate atom parser fuzzer debug printingJohn Turner
2025-12-15check for duplicate flags in usedeps, instead of duplicate usedepsJohn Turner
2025-12-15remove static variables from atom parser fuzzerJohn Turner
2025-12-14allow fuzzer disagreements where there are duplicated usedeps in the atomJohn Turner
2025-12-14give fuzzer corpuses unique namesJohn Turner
2025-12-14add alias targets for fuzzersJohn Turner
2025-12-14prefix atom fuzzer static library targets with "atom"John Turner
2025-12-12give fuzzer related targets unique namesJohn Turner
2025-12-11fix warnings in fuzzersJohn Turner
2025-12-08remove cbindgen from meson deps and dockerfileJohn Turner
2025-12-08hookup atom parser fuzzer to read and write to stdin/stdoutJohn Turner
2025-12-08give fuzzer library targets different namesJohn Turner
2025-12-08configure fuzzers separatelyJohn Turner
2025-12-01clean up fuzzer related meson logicJohn Turner
2025-11-23rearrange modulesJohn Turner
2025-11-22print the remaining input on fuzzer failuresJohn Turner
2025-11-21remove build-id from control version and reject inputs with itJohn Turner
2025-11-19fix lintsJohn Turner
2025-11-19remove dbg!John Turner
2025-11-19impl vercmp fuzzerJohn Turner
2025-11-18setup meson to allow building multiple fuzzers easilyJohn Turner
2025-11-18skip atoms that portage denies for having duplicate usedepsJohn Turner
2025-11-18check if fuzz input is graphical before decoding it to UTF8John Turner
2025-11-17in fuzz python process, inherit stderr so we can see python errorsJohn Turner
2025-11-17reject fuzz inputs with invisible charactersJohn Turner
2025-11-17communicate with python over a pipe to increase fuzzing performanceJohn Turner
2025-11-16fixupfuzzJohn Turner
2025-11-16generate corpus to fuzz on with mesonJohn Turner
2025-11-16move fuzz stuff into its own directoryJohn Turner