We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f8d5b commit 0771945Copy full SHA for 0771945
doc/go1.21.html
@@ -455,7 +455,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
455
<dl id="debug/pe"><dt><a href="/pkg/debug/pe/">debug/pe</a></dt>
456
<dd>
457
<p><!-- CL 488475 -->
458
- 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
459
+ using
460
+ <a href="/pkg/debug/pe/#Section.Data"><code>Section.Data</code></a>
461
+ or the reader returned by <a href="/pkg/debug/pe/#Section.Open"><code>Section.Open</code></a>
462
+ now return an error.
463
</p>
464
</dd>
465
</dl><!-- debug/pe -->
0 commit comments