]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Windows symlink bugfixes and improvements
authorMartin Matuska <martin@matuska.org>
Sat, 13 Apr 2019 19:51:03 +0000 (21:51 +0200)
committerMartin Matuska <martin@matuska.org>
Sat, 13 Apr 2019 19:54:29 +0000 (21:54 +0200)
commitb17df5e194724f7e83fa028471f00db1a78f511a
tree7459ca085ab92ad808fd5fb333b536ab5539824e
parent40f72fed535be6a7236e91aef3aad641b71f9168
Windows symlink bugfixes and improvements

Treat targets ending with /. and /.. as directory symlinks
Explicitly test for file and directory symlinks
Improve debug output on test failure
Fix two memory allocations
16 files changed:
cpio/test/test_basic.c
cpio/test/test_gcpio_compat.c
cpio/test/test_option_L_upper.c
libarchive/archive_write_disk_windows.c
libarchive/test/test_read_extract.c
libarchive/test/test_write_disk_symlink.c
tar/test/test_basic.c
tar/test/test_copy.c
tar/test/test_option_H_upper.c
tar/test/test_option_L_upper.c
tar/test/test_option_U_upper.c
tar/test/test_option_s.c
tar/test/test_strip_components.c
tar/test/test_symlink_dir.c
test_utils/test_common.h
test_utils/test_main.c