freebsd-src/tests/sys/fs/tarfs
Dag-Erling Smørgrav 584e1c355a tarfs: Ignore global extended headers.
Previously, we would error out if we encountered a global extended
header, because we don't know what it means.  This doesn't really
matter though, and traditionally, tar implementations have either
ignored them or treated them as plain files, so just ignore them.
This allows tarfs to mount tar files created by `git archive`.

MFC after:	3 days
Sponsored by:	Juniper Networks, Inc.
Sponsored by:	Klara, Inc.
Reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D44600
2024-04-03 11:55:06 +02:00
..
Makefile tarfs: Fix two input validation issues. 2024-03-06 17:13:42 +01:00
mktar.c
tarfs_test.sh tarfs: Ignore global extended headers. 2024-04-03 11:55:06 +02:00
tarsum.c tarfs: Fix two input validation issues. 2024-03-06 17:13:42 +01:00