[qt/qt/qtimageformats]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtimageformats Pushed by mirror-service into branch '6.11'. Changed from a6e67732be5beb06ae4095150a03751a24570e29 to 49e4f79a5011179c179b55c880c7f4007bb54726 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit c7bd463725d125f1e12faca1d3add131d0b73e13 by Qt Cherry-pick Bot (on behalf of Eirik Aavitsland) on 15/08/2026 at 07:48.. webp handler: Avoid uninitialized data in animation frames Since webp animation frames may optionally cover only parts of the image area, ensure that the whole QImage is initialized. This was earlier done only for image formats with transparency. This also fixes a shortcoming where uncovered areas in opaque formats where expected to be filled with the defined background color. Task-number: QTBUG-148332 Pick-to: 6.8 6.5 5.15 Change-Id: Ic606468cc2d30a31b65884c39bb80181d7e3aeb3 Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]> (cherry picked from commit 7901ddb71236867bf84ee56305561d12993e28da) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit ead8edf67bc59c637ea8c45b8b79d6c5cbd0f52f) https://invent.kde.org/qt/qt/qtimageformats/-/commit/c7bd463725d125f1e12faca1d3add131d0b73e13 Git commit 49e4f79a5011179c179b55c880c7f4007bb54726 by Qt Cherry-pick Bot (on behalf of Eirik Aavitsland) on 15/08/2026 at 07:48.. Harden the MacHeif & MacJp2 handlers - Respect QImageReader::allocationLimit() - Avoid hypothetical qint64 overflow when seeking (harmless: would wrap to negative number which would just be rejected) - Avoid potentially huge allocation when reading from serial devices (i.e. not files or data buffers) - Avoid int overflow and garbage dpm values for nonsensical dpi metadata Task-number: QTBUG-148333 Pick-to: 6.8 6.5 5.15 Change-Id: I1aecb807858c314655d009cc2630fb8ea0718117 Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]> (cherry picked from commit bdc673fac4dc993099f94fffb427e4f5d4d32ffe) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit b30c4dfc483e8462a5bcb123ad150eef3b3f5635) https://invent.kde.org/qt/qt/qtimageformats/-/commit/49e4f79a5011179c179b55c880c7f4007bb54726