From: Ian Lance Taylor Date: Tue, 30 May 2023 22:36:16 +0000 (-0700) Subject: doc/go1.21: reading from debug/pe uninitialized section fails X-Git-Tag: go1.21rc1~163 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=077194538c7b35d27f8310e57ec4bf4d4a1a21fb;p=gostls13.git doc/go1.21: reading from debug/pe uninitialized section fails For #47653 Change-Id: Id44c9dba58966f43f188030a53343d890a6ffde7 Reviewed-on: https://go-review.googlesource.com/c/go/+/499419 Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor TryBot-Bypass: Ian Lance Taylor Reviewed-by: Eli Bendersky --- diff --git a/doc/go1.21.html b/doc/go1.21.html index c44f425930..91f0899c81 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -455,7 +455,11 @@ Do not send CLs removing the interior tags from such phrases.
debug/pe

- TODO: https://go.dev/cl/488475: debug/pe: return error on reading from section with uninitialized data + Attempts to read from a section containing uninitialized data + using + Section.Data + or the reader returned by Section.Open + now return an error.