On Fri, Aug 23, 2024 at 12:49:30PM +0100, Frank Plowman wrote: > For the final input in a file, the while loop above will not break and > as a result > > data + sizeof(fuzz_tag) == end > > when it exits. There is an off-by-one error in the changed line, > which is meant to handle this case. The result is that the final 8 > bytes of all input files are skipped. > > Signed-off-by: Frank Plowman <p...@frankplowman.com> > --- > tools/target_bsf_fuzzer.c | 2 +- > tools/target_dec_fuzzer.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)
this will alter behavior of past testcase not sure if thats good thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB What does censorship reveal? It reveals fear. -- Julian Assange
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".