Diffusion Krita 9b44b78a004b

Fix race condition in KisMergeWalker::startTripWithMask

Authored by gladhorn on Nov 16 2016, 4:20 PM.

Description

Fix race condition in KisMergeWalker::startTripWithMask

Summary:
The parent pointer could become null right after the check.
Making it safe is easy, just hold on to the pointer for the duration
of the function.

Reviewers: Krita

Differential Revision: https://phabricator.kde.org/D3388

Details

Committed
remptNov 16 2016, 6:45 PM
Differential Revision
D3388: Fix race condition in KisMergeWalker::startTripWithMask
Parents
R37:2c132448116b: Override the Qt version
Branches
Unknown
Tags
Unknown