ffe480ed | 03-Jan-2024 |
Damjan Jovanovic |
cairo should depend on libpng, as it sometimes breaks the build by trying to compile before libpng is delivered. Fixes: #117726 - cairo fails to build, lacking dependency on libpng P
cairo should depend on libpng, as it sometimes breaks the build by trying to compile before libpng is delivered. Fixes: #117726 - cairo fails to build, lacking dependency on libpng Patch by: me
show more ...
|
294ee140 | 03-Jan-2024 |
Damjan Jovanovic |
Fix a bug where an integer underflow causes a comparison to go wrong when the integer types are 32 bit, instead of the previous 16 bit which hid the bug, which causes valid elements to not ge
Fix a bug where an integer underflow causes a comparison to go wrong when the integer types are 32 bit, instead of the previous 16 bit which hid the bug, which causes valid elements to not get found like they should be, leading to NULL pointer access crashes. Fixes: #128579 - 32-bit editengine regression causes a crash when opening PPT files Patch by: me
show more ...
|