[Bug 43377] msxml3:domdoc Crashes in wow64 due to double free of properties

WineHQ Bugzilla wine-bugs at winehq.org
Wed May 12 08:35:25 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=43377

François Gouget <fgouget at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from François Gouget <fgouget at codeweavers.com> ---
The msxml3:domdoc crash is fixed:

commit 0e87427500b1564ebdaa0a7ad7f627dce2762be9
Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu May 6 18:08:06 2021 +0300

    msxml3: Refcount the domdoc/xmldoc properties.

    Multiple domdoc and xmlDoc objects may need to share a common
    properties object but may be released independently. So add a
    reference count on the properties object.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43377
    Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
    Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

(unfortunately another bug was introduced in the test a couple of days later
that causes it to crash on Windows this time)

-- 
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.


More information about the wine-bugs mailing list