https://bugs.kde.org/show_bug.cgi?id=486853
--- Comment #10 from Carl Schwan <c...@carlschwan.eu> --- Git commit 1eebd7a60571791f5d3447f18749660656c93798 by Carl Schwan, on behalf of Stefan BrĂ¼ns. Committed on 23/03/2025 at 21:29. Pushed by carlschwan into branch 'release/25.04'. Fix possible out-of-bounds access in BitReader The read function access data up to data[(len + 31)/8], thus len should reflect the size (count of bits) of the original data, without the extra padding null characters. SENTRY: OKULAR-AD SENTRY: BALOO-33 SENTRY: BALOO-43Y (cherry picked from commit 866a069538a268d264cf002aa9570f97a84045da) M +1 -3 lib/decompressor.cpp https://invent.kde.org/graphics/kdegraphics-mobipocket/-/commit/1eebd7a60571791f5d3447f18749660656c93798 -- You are receiving this mail because: You are watching all bug changes.