mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 20:20:17 +00:00
fix(bootloader-interface): use the correct uefi revision and firmware revision format
This commit is contained in:
@@ -198,7 +198,8 @@ impl ShimSupport {
|
||||
|
||||
// Call the shim verify function.
|
||||
// SAFETY: The shim verify function is specified by the shim lock protocol.
|
||||
// Calling this function is considered safe because
|
||||
// Calling this function is considered safe because the shim verify function is
|
||||
// guaranteed to be defined by the environment if we are able to acquire the protocol.
|
||||
let status =
|
||||
unsafe { (protocol.shim_verify)(buffer.as_ptr() as *mut c_void, buffer.len() as u32) };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user