Date: Sun, 29 Aug 2010 11:56:56 +0000 (UTC) From: Brian Somers <brian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/pax pax.1 tar.c src/tools/regression/bin/pax Makefile regress.t Message-ID: <201008291158.o7TBwH7G066492@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2010-08-29 11:56:56 UTC
FreeBSD src repository
Modified files:
bin/pax pax.1 tar.c
Added files:
tools/regression/bin/pax Makefile regress.t
Log:
SVN rev 211963 on 2010-08-29 11:56:56Z by brian
Correct an out-by-one error when earlying out ustar filenames that
are too long. Filenames escaping this test are caught later on,
so the bug doesn't cause any breakage.
Document the correct ustar limitations in pax. As I have no access
to the IEEE 1003.2 spec, I can only assume that the limitations
imposed are in fact correct.
Add regression tests for the filename limitations imposed by pax.
MFC after: 3 weeks
Revision Changes Path
1.38 +3 -1 src/bin/pax/pax.1
1.27 +1 -1 src/bin/pax/tar.c
1.1 +8 -0 src/tools/regression/bin/pax/Makefile (new)
1.1 +91 -0 src/tools/regression/bin/pax/regress.t (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008291158.o7TBwH7G066492>
