http://bugs.winehq.org/show_bug.cgi?id=60252 Bug ID: 60252 Summary: fix wow64 type cast bug + use-after-free of the demuxer context in demuxer_destroy/demuxer_create Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: winegstreamer Assignee: wine-bugs@list.winehq.org Reporter: peter.soetens@gmail.com Target Milestone: --- Distribution: --- Created attachment 81965 --> http://bugs.winehq.org/attachment.cgi?id=81965 fixes the 3 crash sites I have been chasing a 'double/invalid free()' crash in WoW64, which did not occur in regular wine. That's the wrong type casting bug of the patch. This patch also fixes 2 demuxer cleanup bugs, but all 3 are basic/obvious memory management errors. Like, why the rust people are not giving us a break. Please apply it and release it. The code it touches is 100% broken. This is not cosmetic. Patch speaks for itself. Tested (before/after) and works for me. -- 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.