Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
Description
HidClass_ReadCompleteIrp( ) assigns to itself the variable Irp->IoStatus.Information
I don't know if this is really intended or if the Irp->IoStatus.Information is meant to be assigned to other variable
http://doxygen.reactos.org/d8/d5e/hidclass_8c_source.html#l00461
hbelusca: Maybe a IrpContext->OriginalIrp->IoStatus.Information instead ?