Commit 150b0f8
Thomas Hinds
Fix handling of multiple XDR certs in MfciDxe when the cert buffer address is not aligned itself
Fixes an issue where XDR certificates may not be correctly parsed in
MfciDxe - ValidateBlobWithXdrCertificates when the buffer
containing the certs is not aligned to a 4-byte boundary, even if
the certs are aligned within the buffer itself. The alignment should
be taked with respect to the start of the buffer, rather than the
absolute position in memory.1 parent f84d42d commit 150b0f8
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | | - | |
671 | | - | |
| 670 | + | |
672 | 671 | | |
673 | 672 | | |
674 | 673 | | |
| |||
0 commit comments