https://bugs.kde.org/show_bug.cgi?id=411280

--- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 4613587dfa5d0f1eab258cf1126f6e7782af247d by Dmitry Kazakov.
Committed on 28/08/2019 at 12:48.
Pushed by dkazakov into branch 'master'.

Fix a possible crash in SimpleJobCoordinator during migrations

We have no report about that is a wild, but it is quite possible. All the
accesses to the hash table should be guarded by the GC block. No garbage
should be free'd during the access to hash table, otherwise concurrent
migrations can delete currently used data.

M  +14   -0    libs/image/tiles3/kis_tile_data_store.cc

https://invent.kde.org/kde/krita/commit/4613587dfa5d0f1eab258cf1126f6e7782af247d

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to