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 ."         `--{__________) "
                        then
                else
                        menuidx @
-                       1+ dup
+                       1+
                        menuidx !
                        -2 bootacpikey !
                then
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to