From owner-cvs-src@FreeBSD.ORG  Thu Aug  4 10:05:12 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 54CF216A420;
	Thu,  4 Aug 2005 10:05:12 +0000 (GMT) (envelope-from dds@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 17C1C43D46;
	Thu,  4 Aug 2005 10:05:12 +0000 (GMT) (envelope-from dds@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j74A5BZI071080;
	Thu, 4 Aug 2005 10:05:11 GMT (envelope-from dds@repoman.freebsd.org)
Received: (from dds@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j74A5B4c071079;
	Thu, 4 Aug 2005 10:05:11 GMT (envelope-from dds)
Message-Id: <200508041005.j74A5B4c071079@repoman.freebsd.org>
From: Diomidis Spinellis <dds@FreeBSD.org>
Date: Thu, 4 Aug 2005 10:05:11 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/usr.bin/sed compile.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 04 Aug 2005 10:05:12 -0000

dds         2005-08-04 10:05:11 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/sed          compile.c 
  Log:
  Bug fix: a numeric flag specification in the substitute command would
  cause the next substitute flag to be ignored.
  While working at it, detect and report overflows.
  
  Reported by:    Jingsong Liu
  MFC after:      1 week
  
  Revision  Changes    Path
  1.28      +8 -2      src/usr.bin/sed/compile.c