https://bugs.winehq.org/show_bug.cgi?id=24723 --- Comment #23 from Béla Gyebrószki <gyebro69(a)gmail.com> --- (In reply to Bruno Jesus from comment #22)
Created attachment 52813 [details] test patch
This is a shoot in the dark based on the log, right before the crash there are some weird numbers showing that there is possibly not enough space to do the pcm data conversion.
002b:trace:msacm:PCM_StreamConvert (0x26064c, 0x307e8cc) 002b:trace:msacm:PCM_StreamConvert nsrc=9,adsh->cbSrcLength=36 002b:trace:msacm:PCM_StreamConvert ndst=1073741823,adsh->cbDstLength=-4
Maybe by ignoring the conversion we won't write past the output buffer.
The patch fixes the crash, thanks Bruno. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.