mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[ISAPNP] When skipping a wrong tag in configuration, skip the length of this tag
This commit is contained in:
parent
62721aefe5
commit
8eb3173896
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ FindTag(PUCHAR ReadDataPort, USHORT WantedTag, PVOID Buffer, ULONG Length)
|
|||
}
|
||||
else
|
||||
{
|
||||
Peek(ReadDataPort, NULL, Length);
|
||||
Peek(ReadDataPort, NULL, TagLen);
|
||||
}
|
||||
} while (Tag != ISAPNP_TAG_END);
|
||||
|
||||
|
|
Loading…
Reference in a new issue