Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2005 19:10:41 +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
Message-ID:  <200505081910.j48JAfkq090885@repoman.freebsd.org>

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



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