[FFmpeg-devel] [PATCH] avcodec/mlpdec: filter invalid block size

2020-01-08 Thread Xingwen.Fang
From: Xingwen Fang When the block size is illegal, we don't need to read the block data. Otherwise, there will be abnormal memory access in dsp.mlp_filter_channel. Signed-off-by: Xingwen Fang --- libavcodec/mlpdec.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/mlpdec.c b

Re: [FFmpeg-devel] [PATCH] avcodec/mlpdec: filter invalid block size

2020-01-20 Thread Carl Eugen Hoyos
Am Do., 9. Jan. 2020 um 04:54 Uhr schrieb Xingwen.Fang : > > From: Xingwen Fang > > When the block size is illegal, we don't need to read the > block data. Otherwise, there will be abnormal memory access > in dsp.mlp_filter_channel. > > Signed-off-by: Xingwen Fang > --- > libavcodec/mlpdec.c | 5