forked from KolibriOS/kolibrios
add check handler driver
git-svn-id: svn://kolibrios.org@9430 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5275eb360a
commit
8c8771e04d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user