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
invalid free in ReadImage (in input-bmp.ci:469) #29
Comments
|
Thank you for reporting this! I'm not able to reproduce this bug as of a6621e9. Valgrind doesn't print any errors: If you can reproduce this bug with the latest sam2p commit and Valgrind, please reopen this issue. |
|
@pts |
There is an invalid free in ReadImage that leads to a Segmentation fault at sam2p 0.49.4. A crafted input will lead to denial of service attack.
Steps to Reproduce:
POC FILE:https://github.com/fantasy7082/image_test/blob/master/013-freenomalloc-readimage
The text was updated successfully, but these errors were encountered: