[FFmpeg-devel] [PATCH] tools/target_dec_fuzzer: move maximum variables into function

Michael Niedermayer michael at niedermayer.cc
Tue Jul 6 19:18:26 EEST 2021


On Tue, Jul 06, 2021 at 06:08:01PM +0200, Michael Niedermayer wrote:
> This fixes an issue when multiple cases are fuzzed in a single run and
> the limits are adjusted by more than the iteration limit. In that case
> the adjusted limit leaked back into the global limit causing the
> fuzzer to become ineffective after several iterations, MSS2 was
> affected by this for example.
> 
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  tools/target_dec_fuzzer.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

i intend to apply this today so we can see if it resolves some coverage
issues with the fuzzer

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

"I am not trying to be anyone's saviour, I'm trying to think about the
 future and not be sad" - Elon Musk

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210706/870b91bd/attachment.sig>


More information about the ffmpeg-devel mailing list