NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59235 CVS commit: src/sbin/efi



The following reply was made to PR kern/59235; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59235 CVS commit: src/sbin/efi
Date: Sun, 30 Mar 2025 14:30:40 +0000

 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.
 


Home | Main Index | Thread Index | Old Index