CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/23 22:04:44
Modified files:
sys/arch/amd64/amd64: bios.c
sys/arch/i386/i386: bios.c
Log message:
Avoid strlcpy() and printing of bios date if fixstring() returns NULL.
jan@ has a machine where the smbios date is ten space characters which
results in fixstring() returning NULL causing a NULL derefence.
Reported, tested by and ok jan@
