This fixes the hang mentioned in https://bugs.winehq.org/show_bug.cgi?id=57632 introduced by e6b8e9ee20937f12dbf19145a9f2ca1ca3364da3. That bug also mentions the radio being silent, that's unrelated to the hang should probably be a separate bug.
--
v2: quartz/dsoundrender: Restart the render thread when clearing EOS in dsound_render_sink_end_flush().
https://gitlab.winehq.org/wine/wine/-/merge_requests/7122
--
v3: crypt32: Favour CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG in verify_ssl_policy().
crypt32: Only mind end certificate when checking revocation status in verify_ssl_policy().
crypt32: Favour CERT_CHAIN_POLICY_IGNORE_END_REV_UNKNOWN_FLAG in verify_ssl_policy().
crypt32: Check CERT_TRUST_REVOCATION_STATUS_UNKNOWN instead of CERT_TRUST_IS_OFFLINE_REVOCATION in verify_ssl_policy().
crypt32: Fix some error codes in verify_ssl_policy().
crypt32/tests: Add more tests for VerifyCertChainPolicy().
https://gitlab.winehq.org/wine/wine/-/merge_requests/7117
--
v2: crypt32: Favour CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG in verify_ssl_policy().
crypt32: Only mind end certificate when checking revocation status in verify_ssl_policy().
crypt32: Favour CERT_CHAIN_POLICY_IGNORE_END_REV_UNKNOWN_FLAG in verify_ssl_policy().
crypt32: Check CERT_TRUST_REVOCATION_STATUS_UNKNOWN instead of CERT_TRUST_IS_OFFLINE_REVOCATION in verify_ssl_policy().
crypt32: Fix some error codes in verify_ssl_policy().
crypt32/tests: Add more tests for VerifyCertChainPolicy().
https://gitlab.winehq.org/wine/wine/-/merge_requests/7117
International Rally Championship executes cli on startup and sti on
exit, this currently crashes as an exception is thrown and isn't handled
by the game.
The ntdll:exception tests show that an exception is thrown on x86_64,
i386 and WOW64 mode, however the game also runs fine when executed in a
Windows 10 64bit VM (with 640x480 16bpp compatibility mode). It crashes
when run in a Windows 8 32bit VM, so possibly something WOW64 related
swallows the exception.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57381
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7113