mirror of
https://github.com/reactos/reactos.git
synced 2026-09-09 19:03:52 +08:00
- Use `ValueBuffer` explicitly in the `NtQueryValueKey()` calls. - When any of the `NtQueryValueKey()` calls fail and we print an error, avoid debug-printing an uninitialized `PartialInfo->Type` value. - Remove unused dead code that was invoked in `SmpInvokeAutoChk()`. The "dots" that AUTOCHK may want to display instead of its usual messages (depending on whether /SOS is given in the boot options), is decided by AUTOCHK itself instead of SMSS.