add check handler driver

git-svn-id: svn://kolibrios.org@9430 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Doczom 2021-12-17 06:07:45 +00:00
parent 5275eb360a
commit 8c8771e04d

View File

@ -172,6 +172,10 @@ srv_handlerEx:
jae .fail
mov eax, [ecx+handle]
cmp eax, OS_BASE
jae .fail
cmp [eax+SRV.magic], ' SRV'
jne .fail