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

Colin Percival cperciva at FreeBSD.org
Sat Jul 5 02:21:58 UTC 2008


cperciva    2008-07-05 02:21:51 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          write.c 
  Log:
  SVN rev 180277 on 2008-07-05 02:21:51Z by cperciva
  
  Revert CVS revision 1.68; it is now possible for entry to be NULL at the end
  of write_entry.  (This was perfectly safe, since archive_entry_free(NULL) is
  a no-op, but adding the check back makes the style more consistent.)
  
  Revision  Changes    Path
  1.73      +2 -1      src/usr.bin/tar/write.c


More information about the cvs-src mailing list