Re: [FFmpeg-devel] [PATCH v2] avformat/hls: Be more picky on extensions

2025-01-21 Thread Michael Niedermayer
On Thu, Jan 16, 2025 at 02:37:39PM +0100, Michael Niedermayer wrote: > Hi all > > On Thu, Jan 16, 2025 at 02:23:07PM +0100, Michael Niedermayer wrote: > > This blocks disallowed extensions from probing > > It also requires all available segments to have matching extensions to the > > format > >

Re: [FFmpeg-devel] [PATCH v2] avformat/hls: Be more picky on extensions

2025-01-16 Thread Michael Niedermayer
Hi all On Thu, Jan 16, 2025 at 02:23:07PM +0100, Michael Niedermayer wrote: > This blocks disallowed extensions from probing > It also requires all available segments to have matching extensions to the > format > > It is recommended to set the whitelists correctly > instead of depending on exten

[FFmpeg-devel] [PATCH v2] avformat/hls: Be more picky on extensions

2025-01-16 Thread Michael Niedermayer
This blocks disallowed extensions from probing It also requires all available segments to have matching extensions to the format It is recommended to set the whitelists correctly instead of depending on extensions, but this should help a bit, and this is easier to backport Fixes: CVE-2023-6602 I