Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2003 05:10:19 -0700 (PDT)
From:      Tony Finch <fanf@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/sed process.c
Message-ID:  <200306051210.h55CAJRx018060@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
fanf        2003/06/05 05:10:19 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/sed          process.c 
  Log:
  Do not dribble zero bytes into the output, by replacing an obfuscated if
  whose true and false clauses were equivalent with a check that we are
  not about to stumble off the end of the line.
  
  Reported by:    peter
  Pointy hat to:  fanf
  
  Revision  Changes    Path
  1.31      +1 -4      src/usr.bin/sed/process.c



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