DynamoRIO / DynamoRIO/dynamorio
NtCreateThreadEx stack creation ignored
Open
Migrated
OpSys-Windows
Priority-Medium
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on March 14, 2011 16:29:57_
unlike NtCreateThread, for NtCreateThreadEx the kernel allocates the stack
using the passed-in size. DR properly treats the free (whether that's
csrss or the kernel) as an app dealloc but I don't believe it's treating
the alloc that way.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=414_
Contributor guide
Assessment
This issue has not been assessed yet.