Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AdvLoggerPkg: Exit from write call if signature mismatch (#565)
## Description Current behavior allows the PPI to be used if there is a signature or version mismatch. This fix returns from the function to exit gracefully and prevent memory corruption. Created a bug to track this behavior elsewhere in Advanced Logger Library: #567 - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested Local CI and unit test. ## Integration Instructions N/A
- Loading branch information