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

Handle metadata iterators renaming tempfile over symlink #740

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

ktmf01
Copy link
Collaborator

@ktmf01 ktmf01 commented Aug 30, 2024

Fixes #673

Without this commit, libFLAC happily overwrites symlinks with
a new file. With this patch, it tries to follow the symlink,
and fails if it points to another filesystem (i.e. when rename
doesn't work)
@ktmf01 ktmf01 merged commit 4a271d2 into xiph:master Aug 30, 2024
14 checks passed
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.

Metaflac: Filename symlinks are overwritten if --import-picture-from is used
1 participant