moby--moby/pkg/tarsum
Derek McGowan 5cdf7f5077 pkg/tarsum: fix panic with dynamic buffer
When read is called on a tarsum with a two different read sizes, specifically the second call larger than the first, the dynamic buffer does not get reallocated causing a slice read error.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2014-09-25 15:58:35 -07:00
..
testdata tarsum: name collision fix 2014-09-17 14:37:46 -04:00
MAINTAINER
fileinfosums.go tarsum: name collision fix 2014-09-17 14:37:46 -04:00
fileinfosums_test.go tarsum: name collision fix 2014-09-17 14:37:46 -04:00
tarsum.go pkg/tarsum: fix panic with dynamic buffer 2014-09-25 15:58:35 -07:00
tarsum_test.go pkg/tarsum: fix panic with dynamic buffer 2014-09-25 15:58:35 -07:00
versioning.go
versioning_test.go
writercloser.go