Skip to content

Conversation

17dec
Copy link

@17dec 17dec commented Oct 16, 2016

archive_entry_symlink() returns NULL if the entry is not a symlink. Calling Entry::symlink() would result in a segfault in that case.

This PR introduces API breakage by changing the return type; A less breaking solution is to have the method panic on NULL, but that'd be inconsistent with other methods such as Entry::hardlink().

Yorhel added 2 commits October 16, 2016 12:41
libarchive may return NULL.
archive_entry_filetype() can return 0. It does this for hard links in a
GNU tar-created archive.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant