Skip to content

Don't leak the parsed tree in the fuzzing harness - #1089

Open
prownd wants to merge 1 commit into
DaveGamble:masterfrom
prownd:don-t-leak-the-parsed-tree-in-the-fuzzing-harness-s01
Open

prownd wants to merge 1 commit into
DaveGamble:masterfrom
prownd:don-t-leak-the-parsed-tree-in-the-fuzzing-harness-s01

Conversation

@prownd

@prownd prownd commented Sep 20, 2026

Copy link
Copy Markdown

fixes #992

cjson_read_fuzzer.c returned without deleting the parsed document when the allocation for the minify copy failed, which reports as a leak to the fuzzer.

cjson_read_fuzzer.c returned without deleting the parsed document when
the allocation for the minify copy failed, which reports as a leak to
the fuzzer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A minor OOM issue in harness fuzzing/cjson_read_fuzzer.c

1 participant