Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in native.c:PhpQueryProcessVariableSize #46

Closed
khuangia opened this issue Jun 29, 2016 · 0 comments
Closed

Issue in native.c:PhpQueryProcessVariableSize #46

khuangia opened this issue Jun 29, 2016 · 0 comments
Assignees
Labels

Comments

@khuangia
Copy link

first time NtQueryInformationProcess may return code other than 0xc0000004, returnLength will be an unexpected value, like -1, -2.
before PhAlloc, should assert return value from NtQuery, if return value is not 0xc0000004, should interrupt next alloc and NtQuery. otherwise program will alloc failed and crash.

@dmex dmex added the bug label Aug 20, 2016
@dmex dmex added this to the Future milestone Aug 20, 2016
@dmex dmex closed this as completed Jul 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants