cvs commit: src/lib/libarchive archive_read_open_fd.c archive_read_open_file.c archive_write.c

Tim Kientzle kientzle at FreeBSD.org
Sun Jun 27 16:36:45 PDT 2004


kientzle    2004-06-27 23:36:39 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_open_fd.c 
                         archive_read_open_file.c archive_write.c 
  Log:
  Refuse to extract an entry from an archive on top of the archive being read.
  (This is the converse of the "don't add an archive to itself".)
  
  Revision  Changes    Path
  1.3       +11 -2     src/lib/libarchive/archive_read_open_fd.c
  1.6       +11 -0     src/lib/libarchive/archive_read_open_file.c
  1.9       +1 -1      src/lib/libarchive/archive_write.c


More information about the cvs-src mailing list