https://bugs.kde.org/show_bug.cgi?id=394071
Daniel Vrátil <dvra...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/ako | |nadi/154cfb8fc2d2bb92e42952 | |3ba62ce90e257f0118 Version Fixed In| |5.8.3 Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #2 from Daniel Vrátil <dvra...@kde.org> --- Git commit 154cfb8fc2d2bb92e429523ba62ce90e257f0118 by Daniel Vrátil. Committed on 05/07/2018 at 12:15. Pushed by dvratil into branch 'Applications/18.04'. Server: handle race condition on connection shutdown When client sends a command and disconnects immediatelly it is possible that the Connection gets mostly torn down from a nested event loop before we get back to the main loop in handleIncomingData(), leading to m_socket being null when we try to access it. FIXED-IN: 5.8.3 M +3 -3 src/server/connection.cpp https://commits.kde.org/akonadi/154cfb8fc2d2bb92e429523ba62ce90e257f0118 -- You are receiving this mail because: You are watching all bug changes.