pcwalton / rust-media

A free, comprehensive, and portable video/audio streaming library for Rust
Apache License 2.0
787 stars 57 forks source link

Remove all asserts that can be triggered by user-controlled data #4

Open pcwalton opened 9 years ago

pcwalton commented 9 years ago

rust-media should not panic, but I am almost certain there are ways to make it panic. We should audit to make sure it does not panic under normal use.