fix util_is_bad_read_ptr
This commit is contained in:
parent
30023e00a8
commit
4da01c3683
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ BOOL util_is_bad_read_ptr(void* p)
|
||||||
if (mbi.Protect & (PAGE_GUARD | PAGE_NOACCESS))
|
if (mbi.Protect & (PAGE_GUARD | PAGE_NOACCESS))
|
||||||
b = TRUE;
|
b = TRUE;
|
||||||
|
|
||||||
if (!b)
|
return b;
|
||||||
return b;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue