hook up fuzzer to stdin and stdout instead of spawning a subproc

This commit is contained in:
2025-12-03 23:04:23 +00:00
parent 35b81e40cc
commit 7089315622
3 changed files with 37 additions and 76 deletions

View File

@@ -20,7 +20,6 @@ fuzz_rs = static_library(
'-Cllvm-args=-sanitizer-coverage-level=3',
'-Cllvm-args=-sanitizer-coverage-inline-8bit-counters',
],
dependencies: [mon],
link_with: [gentoo_utils],
)