v6.0.2
·
74 commits
to refs/heads/main
since this release
What's Changed
-
SetupDataPkg: Fix clangpdb errors for uninitialized variables. @apop5 (#498)
Change Details
## Description
ClangPdb reported some build errors about use without initializing variables. Fixed the variables to be initialized, so that code paths can rely on initial error values.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Local CI builds with ClangPdb.
Integration Instructions
No integration necessary.
Full Changelog: v6.0.1...v6.0.2