What's Changed
🐛 Bug Fixes
-
GopOverrideDxe: prevent single-protocol handle from being freed @cmruffin (#725)
Change Details
## Description When a handle only has a GOP protocol installed on it, uninstalling the GOP protocol interface from it will cause the handle to be freed. The subsequent InstallProtocol for the GopOverride protocol will fail.
Authored-by: [email protected]
Signed-off-by: [email protected]- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
- Backport to release branch?
Fixes #724
How This Was Tested
Boot tested on hardware.
Integration Instructions
na