]> Cypherpunks repositories - gostls13.git/commit
debug/pe: prevent slice out of bounds access in (*File).ImportedSymbols
authorTobias Klauser <tklauser@distanz.ch>
Fri, 15 Feb 2019 13:59:36 +0000 (14:59 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 27 Feb 2019 08:10:14 +0000 (08:10 +0000)
commit9cb2471334e75c5e8f459e820feb75da315563a7
tree7745eea57c4b52b907a0032e21253bf993683069
parent8da1b01e4c850d7cfbcdf5294e90d893e91a6a27
debug/pe: prevent slice out of bounds access in (*File).ImportedSymbols

Fixes #30253

Change-Id: I0c3d67649ea379b67f3575c1219fe05a04f056ae
Reviewed-on: https://go-review.googlesource.com/c/162859
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/debug/pe/file.go
src/debug/pe/file_test.go