You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Tarfile.extract function, the filter parameter is not called properly when extracting a hardlink whose target is not present (and the file is extracted from the archive rather than linked).
Bug report
In the
Tarfile.extractfunction, thefilterparameter is not called properly when extracting a hardlink whose target is not present (and the file is extracted from the archive rather than linked).Linked PRs