algesten / str0m

A synchronous sans I/O WebRTC implementation in Rust.
MIT License
271 stars 45 forks source link

Fuzzing #474

Open thomaseizinger opened 4 months ago

thomaseizinger commented 4 months ago

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.

algesten commented 4 months ago

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

thomaseizinger commented 4 months ago

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 🙃