4 Feb
2026
4 Feb
'26
3:03 p.m.
http://bugs.winehq.org/show_bug.cgi?id=59329 --- Comment #3 from Piotr Pawłowski <p@perkele.cc> --- In sample program, moving std::exception_ptr variable OUT of the scope makes bad behavior go away, when the std::exception_ptr outlives all access to the exception object. So std::exception_ptr destructor is prematurely destroying the exception and catch() is use-after-free. -- 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.