mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +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)