https://bugs.freedesktop.org/show_bug.cgi?id=101121

--- Comment #3 from [email protected] ---
Thanks, but your patch is not quite correct. I had to change

+            i->leftover = r - to_write;

to

+            i->leftover += r - to_write;

or else it would fail trying to memmove ~2**63 bytes...

With this correction it fixes the issue (at least in my brief test).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to