From owner-cvs-all Tue Jun 25 8:19:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6134137B633; Tue, 25 Jun 2002 08:16:24 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PFGNC33177; Tue, 25 Jun 2002 08:16:23 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206251516.g5PFGNC33177@freefall.freebsd.org> From: Juli Mallett Date: Tue, 25 Jun 2002 08:16:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed compile.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/06/25 08:16:23 PDT Modified files: (Branch: RELENG_4) usr.bin/sed compile.c Log: MFC compile.c:: revision 1.21 date: 2002/06/01 13:25:47; author: green; state: Exp; lines: +24 -4 Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character) was initiated at the last character of the line buffer, the Wrong Thing was done and sed barfed by interpreting the following NUL byte as a digit. Instead, pull up the next buffer and record that the "\" was last seen. Submitted by: green Revision Changes Path 1.13.2.5 +24 -4 src/usr.bin/sed/compile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message