]> Cypherpunks repositories - gostls13.git/commit
archive/zip: fix casting overflow on 32-bit arch
authorLE Manh Cuong <cuong.manhle.vn@gmail.com>
Sat, 5 Jan 2019 16:39:24 +0000 (23:39 +0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 7 Jan 2019 04:23:06 +0000 (04:23 +0000)
commitf7248ba75321ace8e76f9723e9ef3badea2bdd4d
tree2070b7ade89fe58e39cce46345cbe38eb91e1779
parent11847cb8e0dce51c29971b4d76482400633ecf70
archive/zip: fix casting overflow on 32-bit arch

Fixes #29555

Change-Id: Ia3c0dd65bcf94dea3f6e04c23c1fe5d6d0b2c1e9
Reviewed-on: https://go-review.googlesource.com/c/156399
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/archive/zip/zip_test.go