-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are memory leaks in zziplib v0.13.68 which is trigged in zzip_mem_disk_new(in zzip/memdisk.c:78) #40
Milestone
Comments
gdraheim
added a commit
that referenced
this issue
Mar 13, 2018
I have added an option --with-asan to compile with asan-support, but there is not output from that one. => don't know how to reproduce |
After checking the source code it became apparent that some disk_open() was not partnered with some disk_close() in the bins/*-mem.c parts. fixed. |
gdraheim
added a commit
that referenced
this issue
Mar 15, 2018
gdraheim
added a commit
that referenced
this issue
Mar 15, 2018
done. |
This was referenced Jan 16, 2025
This was referenced Jan 23, 2025
This was referenced Jan 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some memory leaks in zziplib which is trigged in function zzip_mem_disk_new(in zzip/memdisk.c:78).
Steps to Reproduce:
POC FILE:https://github.com/fantasy7082/image_test/blob/master/002-mem-leaks-zip
The text was updated successfully, but these errors were encountered: