Extend EPROCESS and ETHREAD structures
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 27s
Builds / ExectOS (amd64, release) (push) Successful in 33s
Builds / ExectOS (i686, debug) (push) Successful in 30s
Builds / ExectOS (i686, release) (push) Successful in 38s

This commit is contained in:
2026-07-09 19:28:54 +02:00
parent 2b1ff4aa9f
commit e164370cff
2 changed files with 8 additions and 3 deletions

View File

@@ -265,7 +265,7 @@ EX::Handle::MapHandleToPointer(IN PHANDLE_TABLE HandleTable,
if(TableEntry)
{
/* Acquire the entry lock */
if (!LockHandleTableEntry(HandleTable, TableEntry))
if(!LockHandleTableEntry(HandleTable, TableEntry))
{
/* Lock acquisition failed, reset the pointer */
TableEntry = NULLPTR;