go/src/debug
Alex Brainman 694846a548 debug/pe: .bss section must contain only zeros
.bss section has no data stored in PE file. But when .bss section data
is used by the linker it is assumed that its every byte is set to zero.
(*Section).Data returns garbage at this moment. Change (*Section).Data
so it returns slice filled with 0s.

Updates #15345

Change-Id: I1fa5138244a9447e1d59dec24178b1dd0fd4c5d7
Reviewed-on: https://go-review.googlesource.com/22544
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-04-29 02:58:42 +00:00
..
dwarf all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
elf all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
gosym all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
macho all: delete dead non-test code 2016-03-25 06:28:13 +00:00
pe debug/pe: .bss section must contain only zeros 2016-04-29 02:58:42 +00:00
plan9obj all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00