Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have Entry::symlink() return Option<&str> #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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