c9c32730 | 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 (cherry picked from commit ffe480edf9795ab6c9560d4de9cc8f7274b56bc1)
show more ...
|
93440cfe | 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 (cherry picked from commit 294ee1400602b0a60dabfaa12034b85c1df06f8f)
show more ...
|