Summary: | KisConvolutionPainter crashes when called several times | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dmitry Kazakov
2009-12-27 20:47:53 UTC
SVN commit 1066740 by dkazakov: Workaround for consequent convolutions crash FIXME: Implementation can return empty destination device on faults and has no way to report this. This will cause a crash on sequential convolutions inside iteratiors. o implementation should do it's work or assert otherwise (or report the issue somehow) o check other cases of the switch for the vulnerability CCBUG:220310 CCMAIL:cberger@cberger.net M +13 -1 kis_convolution_painter.cc WebSVN link: http://websvn.kde.org/?view=rev&revision=1066740 What's the status of this bug? Can it already be closed? This is more a design problem of KisConvolutionPainter. I added it here for someone to fix this. I don't really know what to do with the problem. Downgrade to normal, since we have a workaround. if nobody knows, let's add a comment to the source code and close the bug. Git commit 50d695fd5bf9f28ab5bc01cda3f7dbd1b8569d30 by Boudewijn Rempt. Committed on 29/02/2012 at 13:37. Pushed by rempt into branch 'master'. Add a note about possible issues that need fixing M +7 -0 krita/image/kis_convolution_painter.h http://commits.kde.org/calligra/50d695fd5bf9f28ab5bc01cda3f7dbd1b8569d30 |