4 Commits
Author SHA1 Message Date
DavidKorczynskiandGitHub 20a403e97e jq_fuzz_execute.cpp: fix false assert
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64632 by following the suggestion here: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64632#c2 -- the issue is fixed when this attribute is set.

I did not add any of the other suggestions in the comment: we haven't run into these issues in the fuzzer so far.
2023-12-03 17:54:25 +01:00
DavidKorczynskiandGitHub 693a7261e5 jq_fuzz_execute: fix memory leak
Signed-off-by: David Korczynski <[email protected]>
2023-12-03 03:53:49 +01:00
David KorczynskiandEmanuele Torre bfb7fd570f jq_fuzz_execute: cleanup un-needed extern
Signed-off-by: David Korczynski <[email protected]>
2023-11-30 14:40:36 +01:00
David KorczynskiandEmanuele Torre 252ab244ce Add fuzzer targeting jq_next
Signed-off-by: David Korczynski <[email protected]>
2023-11-30 14:40:36 +01:00