Page MenuHomeFreeBSD

efibootmgr: Use returned error code for error message, not errno
ClosedPublic

Authored by freqlabs on Oct 19 2020, 5:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 10, 12:43 AM
Unknown Object (File)
Mar 8 2024, 5:30 AM
Unknown Object (File)
Mar 8 2024, 5:30 AM
Unknown Object (File)
Mar 8 2024, 5:30 AM
Unknown Object (File)
Mar 8 2024, 5:17 AM
Unknown Object (File)
Jan 13 2024, 11:12 AM
Unknown Object (File)
Dec 20 2023, 6:55 AM
Unknown Object (File)
Dec 19 2023, 7:13 PM
Subscribers
None

Details

Summary

efivar_unix_path_to_device_path returns the error code, it does not set errno.

Test Plan

Before:

โžœ  ~ sudo efibootmgr -a -c -l /mnt/EFI/freebsd/loader.efi -L nvme0-FreeBSD
efibootmgr: Cannot translate unix loader path '\mnt\EFI\freebsd\loader.efi' to UEFI: No error: 0

After:

โžœ  ~ sudo efibootmgr -a -c -l /mnt/EFI/freebsd/loader.efi -L nvme0-FreeBSD
efibootmgr: Cannot translate unix loader path '\mnt\EFI\freebsd\loader.efi' to UEFI: No such file or directory

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable