Module Name: src Committed By: riastradh Date: Sun Mar 30 14:30:40 UTC 2025
Modified Files: src/sbin/efi: efiio.c Log Message: efi(8): EFI_VARNAME_MAXLENGTH is in bytes, not CHAR16. Same with struct efi_var_ioc::namesize. This shouldn't change the semantics of the program -- it was just allocating twice the maximum buffer space that the kernel would ever actually use; now it only allocates exactly the maximum buffer space that the kernel will ever actually use. Prompted by (but will not fix): PR kern/59235: efi(8) panics To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sbin/efi/efiio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.