mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[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:
@@ -554,6 +554,7 @@ IopMountVolume(IN PDEVICE_OBJECT DeviceObject,
|
||||
(ListEntry->Flink != FsList))
|
||||
{
|
||||
/* Then skip this entry */
|
||||
ListEntry = ListEntry->Flink;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user