Summary: | ASTERISK-25998: file: Crash when using nativeformats | ||
Reporter: | Joshua C. Colp (jcolp) | Labels: | |
Date Opened: | 2016-05-05 05:30:37 | Date Closed: | 2016-05-09 07:09:27 |
Priority: | Major | Regression? | Yes |
Status: | Closed/Complete | Components: | Core/FileFormatInterface |
Versions: | 13.8.2 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | When the file API goes to play a sound on a file it checks the nativeformats of the channel to see if it's compatible or not. As of 13 this is no longer safe to do without holding the channel lock or a reference to the nativeformats as something else can come in and change it. This should do one of those things. | ||
Comments: |