https://bugs.winehq.org/show_bug.cgi?id=51131
Bug ID: 51131 Summary: The 64-bit msxml3:domdoc crashes on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: msxml3 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The 64-bit msxml3:domdoc crashes on all Windows versions:
https://test.winehq.org/data/patterns.html#msxml3:domdoc
msxml3:domdoc:1490 done (-1073740940) in 0s
A bisect confirms that the crash is caused by the following commit:
commit a0dd105c655898de087c1e58fcc5a5cae6e191df Author: Dmitry Timoshkov dmitry@baikal.ru Date: Tue Apr 27 12:29:42 2021 +0300
msxml3/tests: Add more tests for processing instruction attributes.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org