Skip to content

Conversation

ligurio
Copy link
Owner

@ligurio ligurio commented Oct 14, 2025

Fixes #52

When luzer runs a test with broken dictionary it runs
`LLVMFuzzerRunDriver()` that prints an error message:

ParseDictionaryFile: error in line 1
		"\\200\\000" # Uses: 283

the it frees argv[] and returns. A function `free_argv()` frees
argv[] again and we observe a segmentation fault. The problem
was fixed by the previous commit. The patch adds an additional
test for the problem.

Follows up #52
Closes #65
@ligurio ligurio force-pushed the ligurio/gh-52-fix-fdp-memleak branch from 66c1af6 to ff80f13 Compare October 15, 2025 13:25
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.

Memory leak in FDP

1 participant