https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282001
Bug ID: 282001
Summary: Inappropriate "BOOT LOADER IS TOO OLD" / missing
initialization of bootprog_rev in lutils.c
Product: Base System
Version: 13.4-STABLE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
In stable/13 and releng/13.4, core.lua has been updated to display a warning
message if the bootloader version is either not set or less than 3.
However, stand/lua/lutils.c does not set the version during initialization.
The statement
lua_pushinteger(L, bootprog_rev);
is missing. As a result, the warning is always present.
--
You are receiving this mail because:
You are the assignee for the bug.