mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a stack leak in r215345 when skipping over the ACPI menu item for
machines that do not support ACPI. Submitted by: olli
This commit is contained in:
parent
cd05232a21
commit
deaff01fe5
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ at-xy ." `--{__________) [0m"
|
|||
then
|
||||
else
|
||||
menuidx @
|
||||
1+ dup
|
||||
1+
|
||||
menuidx !
|
||||
-2 bootacpikey !
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in a new issue