freebsd-src/usr.sbin/efibootmgr
Andriy Gapon bf87d4a4bf efibootmgr: fix potential endless loop with -v
I observed the problem on a system with fairly old and, apparently,
buggy EFI implementation.  A list of boot devices had an invalid
trailing entry.  efidp_size() for that entry returned zero, which means
that the code got stuck looping on that entry.
2024-01-28 15:20:29 +02:00
..
efibootmgr.8 efibootmgr: Document -e command line switch 2023-12-18 10:01:38 -07:00
efibootmgr.c efibootmgr: fix potential endless loop with -v 2024-01-28 15:20:29 +02:00
Makefile