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

Waqar Ahmed <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
                   |eworks/kcoreaddons/commit/b |eworks/kcoreaddons/commit/6
                   |2e4ce082accb6cdc8a13681e9c3 |df501703c689c52b21b3aef15ef
                   |c82bc5f2ea38                |e2ce0d17f7e9

--- Comment #3 from Waqar Ahmed <[email protected]> ---
Git commit 6df501703c689c52b21b3aef15efe2ce0d17f7e9 by Waqar Ahmed.
Committed on 07/04/2023 at 14:26.
Pushed by waqar into branch 'kf5'.

KDirWatch: Don't append fileName to fileName in Delete event

emitEvent(e, Delete, e->path) results in:

e->path + "/" + e->path being emitted in the deleted() signal.

In KTextEditor, this leads to our slots ignoring the signals because
path match failed and in worse cases crash because of stale content
(cherry picked from commit b2e4ce082accb6cdc8a13681e9c3c82bc5f2ea38)

M  +1    -1    src/lib/io/kdirwatch.cpp

https://invent.kde.org/frameworks/kcoreaddons/commit/6df501703c689c52b21b3aef15efe2ce0d17f7e9

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

Reply via email to