-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uefi: genfv: Avoid unaligned accesses during checksum
We were passing unaligned pointers to USHORTs into GenfvCalculateChecksum16(). Add the includes necessary to use READ_UNALIGNED16(), and change the types around to be a UINT8 pointer instead, so the compiler has nothing to complain about.
- Loading branch information
Showing
1 changed file
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters