mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-25 22:14:31 +00:00
VMware Mouse driver is causing a stack corruption
This commit is contained in:
parent
27702ce759
commit
20fa9fdc2f
@ -89,6 +89,9 @@ bool IsVMwareBackdoorAvailable(void)
|
||||
|
||||
int DriverEntry(void *Data)
|
||||
{
|
||||
/* There's a bug somewhere in driver or kernel and it's just crashing. */
|
||||
return NOT_IMPLEMENTED;
|
||||
|
||||
if (!Data)
|
||||
return INVALID_KERNEL_API;
|
||||
KAPI = (KernelAPI *)Data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user