]> Cypherpunks repositories - gostls13.git/commit
debug/pe: read string table in 10M chunks
authorIan Lance Taylor <iant@golang.org>
Thu, 14 Apr 2022 23:25:43 +0000 (16:25 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 15 Apr 2022 17:17:18 +0000 (17:17 +0000)
commit0c6d8bb109adfa188190b2e6de59b88853ded378
tree433b87cffb3fe7e42a3ee1cfcd35b07477a8c02a
parentdf2421de60215cfc314fe6772ff6c2c6201f7abb
debug/pe: read string table in 10M chunks

No separate test because this makes no difference for valid PE files.

Fixes #52350

Change-Id: I2aa011a4e8b34cb08052222e94c52627ebe99fbf
Reviewed-on: https://go-review.googlesource.com/c/go/+/400378
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/debug/pe/string.go