Re: [FFmpeg-devel] [PATCH] Fix issue when invalid nb_index_entries value is read - SPONSORED BY INA (Institut National de l'Audiovisuel)

2023-03-08 Thread Marton Balint
On Wed, 8 Mar 2023, Cédric Le Barz wrote: Fix issue when invalid nb_index_entries value is read : in case of false nb_index_entries value, ffmpeg exit. This patch fix this problem. What do you mean invalid? Is the value wrong, or is the file truncated in the middle of the index segment?

[FFmpeg-devel] [PATCH] Fix issue when invalid nb_index_entries value is read - SPONSORED BY INA (Institut National de l'Audiovisuel)

2023-03-08 Thread Cédric Le Barz
Fix issue when invalid nb_index_entries value is read : in case of false nb_index_entries value, ffmpeg exit. This patch fix this problem. Signed-off-by: Cedric Le Barz --- ffmpeg/libavformat/mxfdec.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git