Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2002 06:25:47 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/sed compile.c
Message-ID:  <200206011325.g51DPl068648@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
green       2002/06/01 06:25:47 PDT

  Modified files:
    usr.bin/sed          compile.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.21      +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?200206011325.g51DPl068648>