mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-23 15:37:26 +00:00
5cdf7f5077
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)