mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 02:40:27 +03:00
[efi] Fix erroneous comparison of a pointer against userptr_t
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -119,7 +119,7 @@ static int efi_load_autoexec ( EFI_HANDLE device ) {
|
||||
int rc;
|
||||
|
||||
/* Sanity check */
|
||||
assert ( efi_autoexec == UNULL );
|
||||
assert ( efi_autoexec == NULL );
|
||||
assert ( efi_autoexec_len == 0 );
|
||||
|
||||
/* Open simple file system protocol */
|
||||
|
||||
Reference in New Issue
Block a user