Re: [FFmpeg-devel] [PATCH 1/2] avcodec/txd: Move input size checks before allocation

2021-11-26 Thread Michael Niedermayer
On Sun, Nov 14, 2021 at 08:30:28PM +0100, Michael Niedermayer wrote: > Fixes: Timeout > Fixes: > 40882/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TXD_fuzzer-4893364584054784 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/txd.c | 30 +++--- > 1 file chan

[FFmpeg-devel] [PATCH 1/2] avcodec/txd: Move input size checks before allocation

2021-11-14 Thread Michael Niedermayer
Fixes: Timeout Fixes: 40882/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TXD_fuzzer-4893364584054784 Signed-off-by: Michael Niedermayer --- libavcodec/txd.c | 30 +++--- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/libavcodec/txd.c b/libavcodec/tx