https://bugs.kde.org/show_bug.cgi?id=453124
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kwayland/commit/d0ed | |f838f142114d9074c1ff54f420d | |a47cc92c3 --- Comment #7 from Fabian Vogt <fab...@ritter-vogt.de> --- Git commit d0edf838f142114d9074c1ff54f420da47cc92c3 by Fabian Vogt. Committed on 23/09/2022 at 10:18. Pushed by fvogt into branch 'master'. PlasmaWindowManagement: Avoid unbounded recursion and delay in readData It recurses for each partial read, which can lead to unbounded recursion depth and delay (retryCount isn't passed). Convert the code to be iterative to fix that, which is also much simpler. M +3 -5 src/client/plasmawindowmanagement.cpp https://invent.kde.org/frameworks/kwayland/commit/d0edf838f142114d9074c1ff54f420da47cc92c3 -- You are receiving this mail because: You are watching all bug changes.