1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
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
fileinfosums.go
fileinfosums_test.go
MAINTAINER
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