[NTOS:IO]

- Avoid infinite loop in IopMountVolume. Brought to you by Vadim Galyant.
CORE-11663 #resolve

svn path=/trunk/; revision=71982
This commit is contained in:
Thomas Faber 2016-07-23 18:18:11 +00:00
parent 98de7f1bae
commit 43ed362610

View file

@ -554,6 +554,7 @@ IopMountVolume(IN PDEVICE_OBJECT DeviceObject,
(ListEntry->Flink != FsList))
{
/* Then skip this entry */
ListEntry = ListEntry->Flink;
continue;
}