[FFmpeg-devel] [PATCH] avcodec/hevcdec: do not let updated extradata corrupt state

Derek Buitenhuis derek.buitenhuis at gmail.com
Tue Jul 4 23:53:00 EEST 2017


On 7/4/2017 9:33 PM, Michael Niedermayer wrote:
> Fixes: out of array access
> Fixes: 2451/clusterfuzz-testcase-minimized-4781613957251072
> 
> Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  libavcodec/hevcdec.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Is it possible this will cause any regressions with mid-stream parameter change
handling?

- Derek


More information about the ffmpeg-devel mailing list