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,7 +29,6 @@ BOOL util_is_bad_read_ptr(void* p)
|
|||
if (mbi.Protect & (PAGE_GUARD | PAGE_NOACCESS))
|
||||
b = TRUE;
|
||||
|
||||
if (!b)
|
||||
return b;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue