[pulseaudio-tickets] [Bug 101121] padsp: misaligned fragment size or odd return from read() will cause pa_stream_write() to fail

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 31 18:35:32 UTC 2017


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

--- Comment #3 from aiju-freedesktop at phicode.de ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20170531/25cd065f/attachment.html>


More information about the pulseaudio-bugs mailing list