From 1847901005fd01b6252104a851b615847d361ea0 Mon Sep 17 00:00:00 2001 From: dteske Date: Mon, 12 Nov 2012 18:38:54 +0000 Subject: Fix a stack leak in [unused] cycle_menuitem function while we're here (required misconfiguration and/or missing environment vars to occur). Reviewed by: peterj, adrian (co-mentor) Approved by: adrian (co-mentor) --- sys/boot/forth/menu.4th | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/boot') diff --git a/sys/boot/forth/menu.4th b/sys/boot/forth/menu.4th index 7d3de94..c98b4f8 100644 --- a/sys/boot/forth/menu.4th +++ b/sys/boot/forth/menu.4th @@ -342,6 +342,7 @@ create init_text8 255 allot \ sure that things move along smoothly, allocate \ a temporary NULL string + drop ( getenv cruft ) s" " then then -- cgit v1.1