mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
[DEVMGR] CDeviceView::RecurseChildDevices: Skip invalid device nodes
CORE-16780
This commit is contained in:
parent
1b00a1f50f
commit
b857ae808e
1 changed files with 1 additions and 0 deletions
|
@ -652,6 +652,7 @@ CDeviceView::RecurseChildDevices(
|
|||
if (DeviceNode == nullptr)
|
||||
{
|
||||
ATLASSERT(FALSE);
|
||||
continue;
|
||||
}
|
||||
|
||||
// Don't show hidden devices if not requested
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue