Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2007 06:22:34 +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_entry.c archive_entry.h archive_read_support_format_iso9660.c
Message-ID:  <200703010622.l216MYTt087867@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2007-03-01 06:22:34 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_entry.c archive_entry.h 
                         archive_read_support_format_iso9660.c 
  Log:
  Because the buffer gets released immediately, I need to
  copy the symlink target name, not just copy the reference.
  This problem sometimes caused crashes when extracting
  symlinks from ISO9660 images.
  
  Thanks to: Diego "Flameeyes" Pettenò
  
  Revision  Changes    Path
  1.38      +6 -0      src/lib/libarchive/archive_entry.c
  1.21      +1 -0      src/lib/libarchive/archive_entry.h
  1.19      +1 -1      src/lib/libarchive/archive_read_support_format_iso9660.c



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