https://bugs.kde.org/show_bug.cgi?id=427865
--- Comment #3 from David Faure <fa...@kde.org> --- Git commit 2df4b465b391999e82c3a7f667a0e9292ad2a6c3 by David Faure, on behalf of Stefan BrĂ¼ns. Committed on 22/10/2020 at 22:27. Pushed by dfaure into branch 'master'. [PreviewJob] Allocate sufficient memory for SHM segment cacheWidth/Height is clamped to 256x256 when some of the the thumbnails are saved, while the unsaved thumbnails are requested with the original (larger) size. Dolphin and the filewidget disable caching for the large previews, and the iconviews are limited to 256x256, so typically this does not happen, but when the PreviewJob is run without disabling caching using `setScaleType`, the thumbnailer slave will write out-of-bounds. M +2 -1 src/widgets/previewjob.cpp https://invent.kde.org/frameworks/kio/commit/2df4b465b391999e82c3a7f667a0e9292ad2a6c3 -- You are receiving this mail because: You are watching all bug changes.