]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Check for legal HTTP but illegal unix filenames in WARCs archives. 81/head
authorSebastian Freundt <freundt@ga-group.nl>
Tue, 10 Jun 2014 13:42:41 +0000 (13:42 +0000)
committerSebastian Freundt <freundt@ga-group.nl>
Tue, 10 Jun 2014 13:42:41 +0000 (13:42 +0000)
commit1dfc9a2f67581f5f871a5637f1413167ca7ce815
tree5ccafa307d504f63c53744916f759fc3a4d4c595
parent13ff3063f4223e8916e1d5e33d9a2351ff27e35e
Check for legal HTTP but illegal unix filenames in WARCs archives.

This changeset will refuse to extract WARCs that contain filenames
a la http://example.com/implicit/content/

There is a todo note in archive_read_support_format_warc.c discussing
possible archive options to extract filenames like those either by
explicit user input or by some sort of heuristic as used in wget
for example.
libarchive/archive_read_support_format_warc.c