Fix extraction of symbolic links hardlinked to another symbolic links
commit2d3396c3eabdfdfb34163dc494826db527cf9d22
authorSergey Poznyakoff <gray@gnu.org>
Sun, 18 Aug 2019 20:40:54 +0000 (18 23:40 +0300)
committerSergey Poznyakoff <gray@gnu.org>
Sun, 18 Aug 2019 20:40:54 +0000 (18 23:40 +0300)
tree8093a5320eb51b63cfb4876939caaa7a9cd9bf53
parentd70b8b3b3978df2ba204f3afe60b18ded6164b07
Fix extraction of symbolic links hardlinked to another symbolic links

* src/extract.c (create_placeholder_file): Take additional argument:
the delayed_link entry after which to the newly created one.
(extract_link): Create a placeholder file if the target link name
exists in the delayed_link list.
src/extract.c