Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2002 08:16:23 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/sed compile.c
Message-ID:  <200206251516.g5PFGNC33177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206251516.g5PFGNC33177>