go/src/debug
Florian Zenker 8826bdd143 debug/elf: fix inccorrect value in COMPRESS_ZLIB string name
LLVM recently introduced ZSTD compression for ELF sections. The error
message when failing to read the compressed section calls this
COMPRESS_ZLIB+2 while it should report it as COMPRESS_ZLIB+1.

Change-Id: I869aa69baf0c8c86665475b47343c790587cb39b
Reviewed-on: https://go-review.googlesource.com/c/go/+/443035
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-10-14 17:10:16 +00:00
..
buildinfo debug/buildinfo: correct a typo in calculating next align index 2022-10-06 14:46:33 +00:00
dwarf debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj 2022-10-13 18:21:54 +00:00
elf debug/elf: fix inccorrect value in COMPRESS_ZLIB string name 2022-10-14 17:10:16 +00:00
gosym debug/gosym: rename nameoff to nameOff to match runtime 2022-09-07 16:39:44 +00:00
macho debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj 2022-10-13 18:21:54 +00:00
pe debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj 2022-10-13 18:21:54 +00:00
plan9obj debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj 2022-10-13 18:21:54 +00:00