https://bugs.winehq.org/show_bug.cgi?id=52118
Bug ID: 52118 Summary: The 64-bit crypt32:store test crashes due to heap corruption Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The 64-bit crypt32:store crashes due to heap corruption:
crypt32:store:0224 done (-1073740940) in 0s Test failed: crash (c0000374)
https://test.winehq.org/data/patterns.html#crypt32:store
The crashes only happen with the 64-bit build. They happen almost systematically on the TestBot's w864 VM and cw-rx460. It looks like the same crash happens on the TestBot's Windows 10 1507, 1607 and 2009 VMs.
At least on cw-rx460 the crash happens around the last CertCloseStore(store, 0); call in testRegStoreSavedCerts(). Adding traces changes the crash location a bit.
Also the test tends to crash every other time. That suggest there is some cleanup issue.