Skip to content
Commit d0edf838 authored by Fabian Vogt's avatar Fabian Vogt
Browse files

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.

BUG: 453124
parent a59a3032
Pipeline #237017 passed with stage
in 9 minutes and 41 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment