From owner-freebsd-bugs@FreeBSD.ORG Sat Dec 1 03:50:01 2012 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 458D5F6F for ; Sat, 1 Dec 2012 03:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 26FB48FC08 for ; Sat, 1 Dec 2012 03:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB13o0NN039287 for ; Sat, 1 Dec 2012 03:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB13o0ur039286; Sat, 1 Dec 2012 03:50:00 GMT (envelope-from gnats) Date: Sat, 1 Dec 2012 03:50:00 GMT Message-Id: <201212010350.qB13o0ur039286@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Cooper Subject: Re: bin/154562: make(1): corrupted stack access when provided invalid identifiers X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Garrett Cooper List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2012 03:50:01 -0000 The following reply was made to PR bin/154562; it has been noted by GNATS. From: Garrett Cooper To: bug-followup@FreeBSD.org, gcooper@FreeBSD.org Cc: "Simon J. Gerraty" Subject: Re: bin/154562: make(1): corrupted stack access when provided invalid identifiers Date: Fri, 30 Nov 2012 19:45:46 -0800 bmake doesn't suffer from this problem: # bmake -f substitution-corruption.mk all bmake: "/root/substitution-corruption.mk" line 3: Need an operator bmake: "/root/substitution-corruption.mk" line 3: Need an operator bmake: "/root/substitution-corruption.mk" line 3: Need an operator bmake: Fatal errors encountered -- cannot continue bmake: stopped in /root Please close this PR once fmake is killed in base. Thanks! -Garrett