Re: [FFmpeg-devel] [PATCHv5] fate/integer.c: Connect test to fuzzer
On Mon, May 17, 2021 at 11:27:49PM +0530, Vedaa wrote: > Hi, > I have removed the tests for overflow & reduced the number of bits read > to 32-bit to avoid overflow. > > Best regards > --- > Makefile | 2 ++ > libavutil/tests/integer.c | 21 ++ > libavutil/tests/
[FFmpeg-devel] [PATCHv5] fate/integer.c: Connect test to fuzzer
Hi, I have removed the tests for overflow & reduced the number of bits read to 32-bit to avoid overflow. Best regards --- Makefile | 2 ++ libavutil/tests/integer.c | 21 ++ libavutil/tests/integer.h | 45 +++ tools/Makefile