mirror of
https://github.com/golang/go
synced 2024-11-23 20:30:04 -07:00
4e998d71c9
For some long filenames the USTAR-split code does not work correctly. It is wrongly assumed that the path would not be too long, but it is. The user visible result was that a filename was split, but it still caused an error. The cause was a wrongly calculated nlen. In addition I noticed that at this place it is also seems necessary to check if the prefix will fit in the 155 chars available for the prefix. R=dsymonds, rsc CC=golang-dev https://golang.org/cl/13300046 |
||
---|---|---|
.. | ||
cmd | ||
lib9 | ||
libbio | ||
libmach | ||
pkg | ||
all.bash | ||
all.bat | ||
all.rc | ||
clean.bash | ||
clean.bat | ||
clean.rc | ||
make.bash | ||
make.bat | ||
Make.dist | ||
make.rc | ||
race.bash | ||
race.bat | ||
run.bash | ||
run.bat | ||
run.rc | ||
sudo.bash |