From 077194538c7b35d27f8310e57ec4bf4d4a1a21fb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 30 May 2023 15:36:16 -0700 Subject: [PATCH] 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 --- doc/go1.21.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.

-- 2.50.0