panicbit / rust-av

Other
14 stars 1 forks source link

Catch panics in custom AVIO impls #26

Open panicbit opened 7 years ago

panicbit commented 7 years ago

If left uncaught we'd unwind into C code.

panicbit commented 7 years ago

Might not be trivial to implement because of unwind safety.