Files
Xenia-Canary/src/xenia/kernel
Herman S. 658bd5db70 [Xboxkrnl] Return error code from KeSetAffinityThread on null thread
If the guest-supplied thread pointer doesn't resolve to an XThread,
we previously returned STATUS_SUCCESS without setting the affinity
or writing previous_affinity_ptr, leaving callers believing the call
succeeded. Real NT kernel would crash on a bad pointer, but that's not
easy for us to replicate so return STATUS_INVALID_HANDLE instead and
log the pointer value so the condition is visible rather than silent.
2026-04-13 13:07:53 +09:00
..
2026-01-30 18:45:04 +01:00
2026-02-16 21:33:13 +01:00
2025-05-31 12:00:47 +02:00
2025-07-26 21:25:32 +02:00
2025-07-26 21:58:57 +02:00
2025-10-30 18:37:22 +01:00
2026-01-30 18:45:04 +01:00
2025-07-26 21:25:32 +02:00
2025-05-31 12:00:47 +02:00