cvs commit: src/lib/libarchive archive_entry.c

Tim Kientzle kientzle at FreeBSD.org
Sun May 8 12:10:41 PDT 2005


kientzle    2005-05-08 19:10:41 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_entry.c 
  Log:
  archive_entry_set_link is supposed to update whichever link field
  (symlink or hardlink) is already set.  Instead, it was always setting
  the hardlink field.  In particular, this caused GNU tar format long
  symlinks to be interpreted as hardlinks.
  
  Thanks to: Brooks Davis
  MFC after: 7 days
  
  Revision  Changes    Path
  1.26      +2 -1      src/lib/libarchive/archive_entry.c


More information about the cvs-src mailing list