[ros-dev] [ros-diffs] [janderwald] 47509: [NPFS] - Add more buffer checks - Clear DO_DEVICE_INITIALIZING flag

Ged Murphy gedmurphy at gmail.com
Tue Jun 1 12:10:37 CEST 2010


janderwald at svn.reactos.org wrote:

> +    DeviceObject->Flags &= ~DO_DEVICE_INITIALIZING;

This is done by the IO manager for any device objects created in DriverEntry
If it's not then we have a bug, but I'm fairly sure it does otherwise we wouldn't be able to open devices from umode :)

Ged.






More information about the Ros-dev mailing list