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
In gdImageScaleTwoPass() a tmp_im is created with gdImageCreateTrueColor(), but later freed with gdFree() instead of gdImageDestroy(). This is likely to cause a memory leak.
See also the related downstream bug report.
The text was updated successfully, but these errors were encountered:
4751b60
Issue was assigned CVE-2015-8877. Details at https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8877
Sorry, something went wrong.
@kaplanlior Thanks! That info is yet missing in the changelog of PHP 5.6.12 and 7.0.0.
No branches or pull requests
In gdImageScaleTwoPass() a tmp_im is created with gdImageCreateTrueColor(), but later freed with gdFree() instead of gdImageDestroy(). This is likely to cause a memory leak.
See also the related downstream bug report.
The text was updated successfully, but these errors were encountered: