-
Notifications
You must be signed in to change notification settings - Fork 5
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
Memory leaks detected #5
Comments
I wasn't able to reproduce the Buffer Overflow using your test file and the binary compiled with v1.3.1-1,
But I did reproduce the Memory Leak when compiling with Address Sanitizer like you did, and had a very similar output, tho "only" 61 bytes leaked, not 132:
|
It seems the leak is fixed when using a 32-bit executable:
|
Fixed in 8f14080 |
Tested in Ubuntu 16.04, 64bit
I use the following command with the file:
and get:
I use AddressSanitizer to build wavegain, this file can memory leak with the following command:
This is the ASAN information:
The text was updated successfully, but these errors were encountered: