Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2011 16:03:28 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217644 - head/sys/boot/forth
Message-ID:  <201101201603.p0KG3SOW019303@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101201603.p0KG3SOW019303>