Catena cyber
Catena cyber
What is the status on this ? (using go-fuzz with goroutines) I have the case for gonids project
Thanks. For information, I think the problem with gonids got triggered because one goroutine had too many levels of recursion (the stack may have overflown somewhere bad...)
The 64K value is also hardcoded for libFuzzer mode if I understand correctly https://github.com/dvyukov/go-fuzz/blob/ee722ec171a1c6df2eb8fc2e36923c4ee5780698/go-fuzz-build/main.go line 637 and next ones
> Maybe just use `mime.rs` in `src/` until the mime module needs multiple files? The file is already there, so I did not move it ;-)
I have no idea why CIFuzz is failing, especially this way... Still more work to do before having more than a draft anyways
Replaced by https://github.com/OISF/suricata/pull/7812
Loosely related question : I am getting a bit confused about `outputs.0.eve-log = enabled` when I read in the yaml `outputs.eve-log = enabled` How does it get used with `--set...
CI green : ready for review
> > Are there more config options to test ? > > Some that might be harder to test? Napatech, PF_RING, and DAG support? > > We seem good for...
Thanks Victor. Before fixing these, I would like to think the overview. What is the best course of action ? Is the general approach good ? Can we add these...