Commit 454467dc authored by Charles Davis's avatar Charles Davis Committed by Alexandre Julliard

ntdll: Zero reserved fields of the request structure in DVD_ReadDescriptor().

parent 6077b623
......@@ -2640,6 +2640,7 @@ static NTSTATUS DVD_ReadStructure(int dev, const DVD_READ_STRUCTURE *structure,
} nt_desc;
nt_desc.layer = layer;
RtlZeroMemory(&dvdrs, sizeof(dvdrs));
dvdrs.address = (uint32_t)(structure->BlockByteOffset.QuadPart>>11);
dvdrs.grantID = (uint8_t)structure->SessionId;
dvdrs.layer = structure->LayerNumber;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment