diff options
| author | Guillaume J. Charmes <guillaume@charmes.net> | 2014-05-14 10:15:43 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2014-05-14 10:15:43 -0700 |
| commit | 51f3cbabfc58c0db89b1142f94d794b59727f572 (patch) | |
| tree | e457e55c271c06f1edbca94f20aeb6bb6c919d1f /src/cmd/objdump/testdata | |
| parent | 8c2fefe89cbc9fa64e600c400d127905e3c375a5 (diff) | |
| download | go-51f3cbabfc58c0db89b1142f94d794b59727f572.tar.xz | |
archive/tar: Fix bug preventing untar
Do not use ustar format if we need the GNU one.
Change \000 to \x00 for consistency
Check for "ustar\x00" instead of "ustar\x00\x00" for conistency with tar
and compatiblity with archive generated with older code (which was ustar\x00\x20\x00)
Add test for long name + big file.
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/99050043
Diffstat (limited to 'src/cmd/objdump/testdata')
0 files changed, 0 insertions, 0 deletions
