Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2004 23:36:39 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libarchive archive_read_open_fd.c archive_read_open_file.c         archive_write.c
Message-ID:  <200406272336.i5RNadrq025280@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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