·
22 commits
to refs/heads/main
since this release
What's Changed
-
UefiExt: Use String Len Not Sizeof @os-d (#112)
Change Details
## Description
When calculating what to print when a truncated message is sent from the debugger, UefiExt was using sizeof(CHAR8 *) which ended up removing valid characters that the target debugger had sent.
This fixes it to use the length, not size of the pointer.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Tested by using multi-packet monitor commands.
Integration Instructions
N/A.
</blockquote> <hr> </details>
Full Changelog: v0.2.6...v0.2.7