cvs commit: src/usr.bin/sed process.c
    Tony Finch 
    fanf at FreeBSD.org
       
    Thu Jun  5 05:10:20 PDT 2003
    
    
  
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
    
    
More information about the cvs-all
mailing list