In the case of low memory it is possible that an uninitialized variable of type KEVENT will be passed to KeSetEvent.
tdi_fw.c:
...
status = ot_init();
if (status != STATUS_SUCCESS) {
KdPrint(("[tdi_fw] DriverEntry: ot_init: 0x%x\n", status));
goto done;
}
status = filter_init();
if (status != STATUS_SUCCESS) {
KdPrint(("[tdi_fw] DriverEntry...
2012-03-30 01:31:07 PDT by isciurus