Re: [FFmpeg-devel] [PATCHv6] fate/integer.c: Connect test to fuzzer

2021-06-02 Thread Michael Niedermayer
On Mon, May 31, 2021 at 10:59:11AM +0530, Vedaa wrote: > Hi, > > I have added checks so that only positive numbers are passed to the > function, and limited the bits read to 24-bits. This has stopped the > fuzzer from terminating. > --- > Makefile | 2 ++ > libavutil/tests/inte

[FFmpeg-devel] [PATCHv6] fate/integer.c: Connect test to fuzzer

2021-05-30 Thread Vedaa
Hi, I have added checks so that only positive numbers are passed to the function, and limited the bits read to 24-bits. This has stopped the fuzzer from terminating. --- Makefile | 2 ++ libavutil/tests/integer.c | 21 ++ libavutil/tests/integer.h | 45 +