https://issues.apache.org/ooo/show_bug.cgi?id=123690
Oliver-Rainer Wittmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #82282| |review+ Flags| | --- Comment #7 from Oliver-Rainer Wittmann <[email protected]> --- Created attachment 82282 --> https://issues.apache.org/ooo/attachment.cgi?id=82282&action=edit patch to solve the crash The crash is triggered by method <createBlendFrame(..)> by calling <BitmapWriteAccess::SetPixel(..)> with inappropriate value for <y>. Due to the given comments regarding the values of <x> and <y> I identified the root cause: in case that <nH == 1> given statement <y == nH - 1> is not hold. @Armin: As you are the author of method BitmapEx createBlendFrame( const Size&, sal_uInt8, Color, Color, Color, Color ) I asking you for a review of the proposed patch. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
