Package: golang-github-aws-aws-sdk-go-v2 / 1.24.1-2~bpo12+1

Metadata

Package Version Patches format
golang-github-aws-aws-sdk-go-v2 1.24.1-2~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix misalignment of struct member.patch | (download)

service/internal/endpoint-discovery/cache.go | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix misalignment of struct member

Bug: https://github.com/aws/aws-sdk-go-v2/issues/2518

Misaligned struct member `size` will cause a panic to occur on 32-bit
arch, since it is used in atomic operations.