summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2020-07-09-11-32-28.bpo-12800.fNgWwx.rst
blob: fdd7c5e74f33a3393730d3460a547713b0cbc6b2 (plain)
1
2
3
4
Extracting a symlink from a tarball should succeed and overwrite the symlink
if it already exists. The fix is to remove the existing file or symlink
before extraction. Based on patch by Chris AtLee, Jeffrey Kintscher, and
Senthil Kumaran.