cvs commit: src/usr.bin/tar write.c

Colin Percival cperciva at FreeBSD.org
Mon May 19 18:09:26 UTC 2008


cperciva    2008-05-19 18:09:26 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          write.c 
  Log:
  There's no way for entry to possibly be NULL at the end of write_entry
  (in fact, there has never been any way for it to be NULL, going all the
  way back to revision 1.1 of this file), so remove the check and
  unconditionally free entry.
  
  Found by:       Coverity Prevent
  
  Revision  Changes    Path
  1.68      +1 -2      src/usr.bin/tar/write.c


More information about the cvs-src mailing list