svn commit: r217644 - head/sys/boot/forth
John Baldwin
jhb at FreeBSD.org
Thu Jan 20 16:03:29 UTC 2011
Author: jhb
Date: Thu Jan 20 16:03:28 2011
New Revision: 217644
URL: http://svn.freebsd.org/changeset/base/217644
Log:
Fix a stack leak in r215345 when skipping over the ACPI menu item for
machines that do not support ACPI.
Submitted by: olli
Modified:
head/sys/boot/forth/beastie.4th
Modified: head/sys/boot/forth/beastie.4th
==============================================================================
--- head/sys/boot/forth/beastie.4th Thu Jan 20 15:56:03 2011 (r217643)
+++ head/sys/boot/forth/beastie.4th Thu Jan 20 16:03:28 2011 (r217644)
@@ -193,7 +193,7 @@ at-xy ." `--{__________) [0m"
then
else
menuidx @
- 1+ dup
+ 1+
menuidx !
-2 bootacpikey !
then
More information about the svn-src-all
mailing list