fix memory corruption

svn path=/trunk/; revision=30672
This commit is contained in:
Christoph von Wittich 2007-11-22 14:06:12 +00:00
parent 95dd7ac0b9
commit db79be2e33

View file

@ -665,7 +665,7 @@ cleanup:
Irp->AssociatedIrp.SystemBuffer,
&DeviceExtension->KeyboardIndicators,
sizeof(KEYBOARD_INDICATOR_PARAMETERS));
Irp->IoStatus.Information = sizeof(LOCAL_KEYBOARD_INDICATOR_TRANSLATION);
Irp->IoStatus.Information = sizeof(KEYBOARD_INDICATOR_PARAMETERS);
Status = STATUS_SUCCESS;
}
break;