mirror of
https://github.com/docker/docs.git
synced 2026-03-29 15:28:51 +07:00
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)