Skip to content
Snippets Groups Projects
Commit 71ddb25b authored by kingjinni's avatar kingjinni
Browse files

setupapi: Prevent certain applications from entering an endless loop during...

setupapi: Prevent certain applications from entering an endless loop during the installation process.
parent 77731392
Branches appinstall
No related tags found
No related merge requests found
Pipeline #16884 failed
......@@ -3169,7 +3169,10 @@ BOOL WINAPI SetupDiGetDeviceRegistryPropertyW(HDEVINFO devinfo,
SetLastError(l);
if (RequiredSize)
*RequiredSize = size;
} else {
SetLastError(ERROR_INVALID_DATA);
}
return ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment