Skip to content

ntdll: Improve xstate validation in NtGetContextThread()

Paul Gofman requested to merge gofman/wine:getctx_validate_xstate into master

Supposed to fix SCP: Secret Laboratory intermittent crash at main menu.

The first two patches make the existing validation also work for other thread context query (as context_from_server called through get_thread_context() doesn't do that).

The last patch adds xstate alignment validation with corresponding test.

Merge request reports

Loading