shidb.exe 3.0.2.0 crash

Rod Widdowson rdw at steadingsoftware.com
Mon Nov 12 12:06:20 EST 2018


> Exception code: 0xc0000409
For what it's worth:

//
// MessageId: STATUS_STACK_BUFFER_OVERRUN
//
// MessageText:
//
// The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user
to gain control of this application.
//
#define STATUS_STACK_BUFFER_OVERRUN      ((NTSTATUS)0xC0000409L)    // winnt


This is quite interesting because application stacks are *HUGE* (well more that the 12k you get in the kernel).  But I wouldn't have
expected it to end up  in ucrtlbase.

> Faulting module name: ucrtbase.dll, version: 10.0.14393.2457, time stamp:





More information about the users mailing list