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

2021-05-16 Thread Michael Niedermayer
On Sat, May 15, 2021 at 10:08:17PM +0530, Vedaa wrote: > Hi, > > Apologies for the trivial mistakes. I have fixed them in this patch. > I have also added simple checks for overflow and underflow. Would this > be sufficient or should I reduce the bits I read from the fuzzer? its ok but theres a mi

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

2021-05-15 Thread Vedaa
Hi, Apologies for the trivial mistakes. I have fixed them in this patch. I have also added simple checks for overflow and underflow. Would this be sufficient or should I reduce the bits I read from the fuzzer? I will also submit a pull request to oss-fuzz as soon as this patch is applied. :) ---

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

2021-05-03 Thread Michael Niedermayer
On Mon, May 03, 2021 at 04:04:28PM +0530, Vedaa wrote: > Hi, > > I am applying for GSoC '21. I have attempted to connect fate-integer to the > fuzzer by using a header file with the test function to ensure code > reusability. However, the linker is unable to link the function definiton. > What

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

2021-05-03 Thread Vedaa
Hi, I am applying for GSoC '21. I have attempted to connect fate-integer to the fuzzer by using a header file with the test function to ensure code reusability. However, the linker is unable to link the function definiton. What changes should I make to properly link the function? --- Makefile