index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
debug
Age
Commit message (
Expand
)
Author
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-09-20
debug/elf: don't crash on empty symbol section
Ian Lance Taylor
2023-09-08
debug/elf,cmd/link: add additional MIPS64 relocation type
Joel Sing
2023-09-07
all: use io.{SeekStart, SeekCurrent, SeekEnd}
Jes Cok
2023-08-31
all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...
Jes Cok
2023-07-31
debug/buildinfo: read full data segment to lookup buildinfo magic
Alexander Yastrebov
2023-07-31
debug/elf: don't use reflection in File.Symbols
Tolya Korniltsev
2023-05-24
all: fix unavailable url
cui fliter
2023-05-23
debug/elf: define R_PPC64_REL24_P9NOTOC
Paul E. Murphy
2023-05-01
debug/pe: return error on reading from section with uninitialized data
Ian Lance Taylor
2023-04-18
debug/elf: support zstd compression
Ian Lance Taylor
2023-04-11
all: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-11
all: re-run stringer
Ian Lance Taylor
2023-04-11
debug/elf: avoid decompress of section twice
Meng Zhuo
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2023-03-18
debug/dwarf: return ErrUnknownPC rather than nil on unknown PC
Joel Sing
2023-03-08
debug/buildinfo: recognize macOS fat binary in go version
Nikola Jokic
2023-03-07
debug/elf: retrieve values for dynamic section tags
Florin Papa
2023-03-06
debug/buildinfo: use saferio in ReadData methods
Ian Lance Taylor
2023-02-28
debug/macho: use saferio to read dynamic indirect symbols
Ian Lance Taylor
2023-02-22
debug/macho: don't crash if dynamic symtab with no symtab
Ian Lance Taylor
2023-02-21
debug/macho: use saferio to read symbol table strings
Ian Lance Taylor
2023-02-03
debug/elf: add DT_FLAGS_1 constants
Florin Papa
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2022-12-12
debug/buildinfo: check pointer size on buildinfo.Read
Nikola Jokic
2022-11-05
all: fix comment typos
Dan Kortschak
2022-11-04
all: fix function names in comments
cui fliter
2022-10-26
debug/elf: guard access to File.gnuVersym
Zeke Lu
2022-10-25
debug/elf: use saferio.SliceCap when decoding ELF sections
Zeke Lu
2022-10-14
debug/elf: fix inccorrect value in COMPRESS_ZLIB string name
Florian Zenker
2022-10-13
debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj
Roland Shoemaker
2022-10-12
debug/elf: validate phentsize and shentsize
Ian Lance Taylor
2022-10-06
debug/buildinfo: correct a typo in calculating next align index
Zeke Lu
2022-10-01
debug/dwarf: don't crash on negative range/rnglist offset
Ian Lance Taylor
2022-09-29
debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34
Paul E. Murphy
2022-09-27
debug/elf: return error on reading from SHT_NOBITS sections
Zeke Lu
2022-09-27
debug/elf: suport files with >= 65280 (0xff00) sections
Zeke Lu
2022-09-27
debug/dwarf: don't crash on invalid range/rnglist offset
Ian Lance Taylor
2022-09-25
encoding/gob: use saferio.SliceCap when decoding a slice
Ian Lance Taylor
2022-09-19
debug/elf: validate shstrndx
Zeke Lu
2022-09-18
debug/pe: be careful to avoid potential uint32 overflow
Dan Kortschak
2022-09-08
debug/elf: define additional PPC64 ELFv2 relocations
Paul E. Murphy
2022-09-07
debug/gosym: rename nameoff to nameOff to match runtime
Michael Pratt
2022-09-06
debug/buildinfo: remove redundant type conversion
Sasha Melentyev
2022-09-06
debug: use strings.Builder
cuiweixie
2022-09-02
debug/macho: use saferio to allocate load command slice
Tobias Klauser
2022-08-29
debug/macho: use saferio to allocate Load and Symbol slices
Dan Kortschak
2022-08-29
debug/elf: validate offset and file size ranges
Dan Kortschak
2022-08-29
debug/pe: check size in uint64 to avoid overflow
David Chase
2022-08-27
debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS
Paul E. Murphy
[prev]
[next]