mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[KS]
- Return correct status code svn path=/trunk/; revision=44658
This commit is contained in:
@@ -308,7 +308,7 @@ KsTopologyPropertyHandler(
|
||||
if (KeyInfo->DataLength + sizeof(WCHAR) > IoStack->Parameters.DeviceIoControl.OutputBufferLength)
|
||||
{
|
||||
Irp->IoStatus.Information = KeyInfo->DataLength + sizeof(WCHAR);
|
||||
Status = STATUS_BUFFER_TOO_SMALL;
|
||||
Status = STATUS_MORE_ENTRIES;
|
||||
ExFreePool(KeyInfo);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user