Memory Leak #307

Closed
opened 2026-01-29 20:41:44 +00:00 by claunia · 1 comment
Owner

Originally created by @QiAnXinCodeSafe on GitHub (Jan 16, 2020).

Memory is allocated

ee2a5e1540/research/brotli_decoder.c (L57)

but at the end of function,never free it

Originally created by @QiAnXinCodeSafe on GitHub (Jan 16, 2020). Memory is allocated https://github.com/google/brotli/blob/ee2a5e1540cbd6ef883a897499d9596307f7f7f9/research/brotli_decoder.c#L57 but at the end of function,never free it
Author
Owner

@eustas commented on GitHub (Jan 27, 2020):

False positive? Though it might be useful to add "cleanup" invocation into "fail".

@eustas commented on GitHub (Jan 27, 2020): False positive? Though it might be useful to add "cleanup" invocation into "fail".
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#307