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 <michae...@gmx.at> > + * > + * This file is part of FFmpeg. > + * > + * FFmpeg is free software; you can redistribute it and/or > + * modify it under the terms of the GNU Lesser General Public > + * License as published by the Free Software Foundation; either > + * version 2.1 of the License, or (at your option) any later version. > + * > + * FFmpeg is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > + * Lesser General Public License for more details. > + * > + * You should have received a copy of the GNU Lesser General Public > + * License along with FFmpeg; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 > USA > + */ > +#ifndef AVUTIL_TEST_INTEGER_H > +#define AVUTIL_TEST_INTEGER_H
this should have been testS to match the directory [...] > +#include <libavutil/tests/integer.h> > +#include <libavutil/intreadwrite.h> i assume the existing fuzzer targets use the correct #include type this is using the wrong then ive changed these trvial things and will apply the patch next step is to update the google oss-fuzz side to have this hooked up please submit the changes for that to googles github as a pull request, i cannot help with that side though as i have no special powers on the oss-fuzz git thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB During times of universal deceit, telling the truth becomes a revolutionary act. -- George Orwell
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".