mozilla / cubeb-pulse-rs

ISC License
15 stars 17 forks source link

Nightly panic in cubeb caused by PA_SINK_SET_FORMATS flag (Firefox bug 1375873) #11

Closed skierpage closed 7 years ago

skierpage commented 7 years ago

Hello, it appears this library is crashing some Linux users of Nightly Firefox, see https://bugzilla.mozilla.org/show_bug.cgi?id=1375873

There's a proposed patch to media/libcubeb/cubeb-pulse-rs/pulse-rs/src/lib.rs at https://reviewboard.mozilla.org/r/152352/diff/1#index_header

djg commented 7 years ago

Thanks for reporting. A fix was landed in https://bugzil.la/1376000, but the fix in https://bugzil.la/1375873 corrects the try_from function, so I've upstreamed it in PR #12.

djg commented 7 years ago

Fixed by #12