Skip to content

Commit

Permalink
doc/go1.21: reading from debug/pe uninitialized section fails
Browse files Browse the repository at this point in the history
For #47653

Change-Id: Id44c9dba58966f43f188030a53343d890a6ffde7
Reviewed-on: https://go-review.googlesource.com/c/go/+/499419
Auto-Submit: Ian Lance Taylor <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
TryBot-Bypass: Ian Lance Taylor <[email protected]>
Reviewed-by: Eli Bendersky <[email protected]>
  • Loading branch information
ianlancetaylor authored and gopherbot committed May 31, 2023
1 parent 30f8d5b commit 0771945
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/go1.21.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<dl id="debug/pe"><dt><a href="/pkg/debug/pe/">debug/pe</a></dt>
<dd>
<p><!-- CL 488475 -->
TODO: <a href="https://go.dev/cl/488475">https://go.dev/cl/488475</a>: debug/pe: return error on reading from section with uninitialized data
Attempts to read from a section containing uninitialized data
using
<a href="/pkg/debug/pe/#Section.Data"><code>Section.Data</code></a>
or the reader returned by <a href="/pkg/debug/pe/#Section.Open"><code>Section.Open</code></a>
now return an error.
</p>
</dd>
</dl><!-- debug/pe -->
Expand Down

0 comments on commit 0771945

Please sign in to comment.