str0m icon indicating copy to clipboard operation
str0m copied to clipboard

Fuzzing

Open thomaseizinger opened this issue 1 year ago • 2 comments

Recording this as an idea. Not sure how much time I'll be able to spend on it.

It would be nice to fuzz all parsing APIs to ensure panics cannot be triggered via network paths.

thomaseizinger avatar Mar 05 '24 11:03 thomaseizinger

Should be fairly simple. The starting point for fuzzing is in place. See run-fuzz.sh in the root.

algesten avatar Mar 05 '24 12:03 algesten

Should be fairly simple. The starting point for fuzzing is in place. See run-fuzz.sh in the root.

Ha! I should have checked that. I was relying on my memory and that is apparently older than 2 months 🙃

thomaseizinger avatar Mar 05 '24 19:03 thomaseizinger