]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
As with r352446 align blocks in boot1.efi
authorAndrew Turner <andrew@FreeBSD.org>
Tue, 5 May 2020 09:42:26 +0000 (09:42 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 01:15:59 +0000 (20:15 -0500)
commit5a6dd8690100ff19cdd8072d068db260cacebc3d
tree3afd185ed767c93daba8764cc74b07d122d07bf4
parentc6bbaf794d11bc2d80b00eda20a0ce761ac9d656
As with r352446 align blocks in boot1.efi

We need to ensure the buffers are aligned before passing them to ReadBlocks.
Assume 512 bytes is enough for now.

(cherry picked from commit 3d5e12ebce94791aa0d6df3e81e7a8ac48ee4b51)
stand/efi/boot1/ufs_module.c