1
0
Fork 0
forked from mirrors/tar-split

tar/asm: another thought on clobbered files

This commit is contained in:
Vincent Batts 2015-02-25 16:53:31 -05:00
parent 6814b938af
commit 891685f740

View file

@ -40,3 +40,5 @@ by default for most implementations. Not supporting them wouldn't be a
security concern either, as if it did occur, we would reassemble an archive
that doesn't validate signature/checksum, so it shouldn't be trusted anyway.
Otherwise, this will allow us to defer support for appended files as a FUTURE FEATURE.