On 3/12/2024 5:12 AM, Nathan Hartman wrote:
Does the stack monitor work in kernel mode? ie., the stack monitor runs in user space. Is the kernel heap exposed to the applications? If it is, that could be a security issue, couldn't it?Try Alan's suggestion to use stack monitor, and that will help understand if there is something wrong. (If it shows that old stack size was OK, while we know corruption was happening, then we will know to look for some out of bound write.)
