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

2021-05-10 Thread Michael Niedermayer
On Fri, May 07, 2021 at 09:23:09PM +0530, Vedaa wrote: > Hi, > > I have added the inclusion guards and changed the author. > > --- > Makefile | 2 ++ > libavutil/tests/integer.c | 21 ++ > libavutil/tests/integer.h | 45 +++ >

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

2021-05-10 Thread Michael Niedermayer
On Fri, May 07, 2021 at 09:23:09PM +0530, Vedaa wrote: > Hi, > > I have added the inclusion guards and changed the author. > [...] > @@ -0,0 +1,45 @@ > +/* > + * Copyright (c) 2004 Michael Niedermayer > + * > + * This file is part of FFmpeg. > + * > + * FFmpeg is free software; you can redistri

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

2021-05-07 Thread Vedaa
Hi, I have added the inclusion guards and changed the author. --- Makefile | 2 ++ libavutil/tests/integer.c | 21 ++ libavutil/tests/integer.h | 45 +++ tools/Makefile| 3 +++ tools/target_int_fuzzer.c | 35