From owner-freebsd-bugs@FreeBSD.ORG Sun Dec 14 10:40:14 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53A7A1065672 for ; Sun, 14 Dec 2008 10:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 433098FC16 for ; Sun, 14 Dec 2008 10:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBEAeEqD091652 for ; Sun, 14 Dec 2008 10:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBEAeEBC091647; Sun, 14 Dec 2008 10:40:14 GMT (envelope-from gnats) Date: Sun, 14 Dec 2008 10:40:14 GMT Message-Id: <200812141040.mBEAeEBC091647@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Garrett Cooper" Cc: Subject: Re: bin/129566: behavioral change of "read" builtin for sh on 8-CURRENT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2008 10:40:14 -0000 The following reply was made to PR bin/129566; it has been noted by GNATS. From: "Garrett Cooper" To: bug-followup@freebsd.org Cc: Subject: Re: bin/129566: behavioral change of "read" builtin for sh on 8-CURRENT Date: Sun, 14 Dec 2008 02:34:13 -0800 On Thu, Dec 11, 2008 at 12:52 AM, Garrett Cooper wrote: > On Wed, Dec 10, 2008 at 10:57 PM, Garrett Cooper wrote: >> On Wed, Dec 10, 2008 at 8:07 PM, Michael Proto wrote: >> >> That is indeed a problem. Usually one EOL char would terminate read >> but now it's two. >> >> I'm reproducing this issue on an older version of CURRENT (~2.5 weeks >> old). I'll try looking through the commit logs for anything fishy... >> >> -Garrett > > None of the changes in .../src/bin/sh are causing this (I rolled > back all files individually changed in the past 2 years and I couldn't > find any problem files). It's most likely related to the MPSAFETTY > changes. > It'd be nice to use a livefs CD from before the MPSAFETTY changes > were merged in to verify this. > -Garrett Cannot reach originator via email. Please change originator contact to my email address (gcooper@) until another one can be established as I can easily reproduce this issue. -Garrett