mirror of
https://github.com/ipxe/ipxe
synced 2026-05-04 03:03:43 +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;
|
int rc;
|
||||||
|
|
||||||
/* Sanity check */
|
/* Sanity check */
|
||||||
assert ( efi_autoexec == UNULL );
|
assert ( efi_autoexec == NULL );
|
||||||
assert ( efi_autoexec_len == 0 );
|
assert ( efi_autoexec_len == 0 );
|
||||||
|
|
||||||
/* Open simple file system protocol */
|
/* Open simple file system protocol */
|
||||||
|
|||||||
Reference in New Issue
Block a user