mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
fix memory corruption
svn path=/trunk/; revision=30672
This commit is contained in:
parent
95dd7ac0b9
commit
db79be2e33
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue