aboutsummaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)Author
2023-02-22debug/macho: don't crash if dynamic symtab with no symtabIan Lance Taylor
2023-02-21debug/macho: use saferio to read symbol table stringsIan Lance Taylor
2023-02-03debug/elf: add DT_FLAGS_1 constantsFlorin Papa
2023-01-20all: fix typos in go file commentsMarcel Meyer
2022-12-12debug/buildinfo: check pointer size on buildinfo.ReadNikola Jokic
2022-11-05all: fix comment typosDan Kortschak
2022-11-04all: fix function names in commentscui fliter
2022-10-26debug/elf: guard access to File.gnuVersymZeke Lu
2022-10-25debug/elf: use saferio.SliceCap when decoding ELF sectionsZeke Lu
2022-10-14debug/elf: fix inccorrect value in COMPRESS_ZLIB string nameFlorian Zenker
2022-10-13debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker
2022-10-12debug/elf: validate phentsize and shentsizeIan Lance Taylor
2022-10-06debug/buildinfo: correct a typo in calculating next align indexZeke Lu
2022-10-01debug/dwarf: don't crash on negative range/rnglist offsetIan Lance Taylor
2022-09-29debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34Paul E. Murphy
2022-09-27debug/elf: return error on reading from SHT_NOBITS sectionsZeke Lu
2022-09-27debug/elf: suport files with >= 65280 (0xff00) sectionsZeke Lu
2022-09-27debug/dwarf: don't crash on invalid range/rnglist offsetIan Lance Taylor
2022-09-25encoding/gob: use saferio.SliceCap when decoding a sliceIan Lance Taylor
2022-09-19debug/elf: validate shstrndxZeke Lu
2022-09-18debug/pe: be careful to avoid potential uint32 overflowDan Kortschak
2022-09-08debug/elf: define additional PPC64 ELFv2 relocationsPaul E. Murphy
2022-09-07debug/gosym: rename nameoff to nameOff to match runtimeMichael Pratt
2022-09-06debug/buildinfo: remove redundant type conversionSasha Melentyev
2022-09-06debug: use strings.Buildercuiweixie
2022-09-02debug/macho: use saferio to allocate load command sliceTobias Klauser
2022-08-29debug/macho: use saferio to allocate Load and Symbol slicesDan Kortschak
2022-08-29debug/elf: validate offset and file size rangesDan Kortschak
2022-08-29debug/pe: check size in uint64 to avoid overflowDavid Chase
2022-08-27debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DSPaul E. Murphy
2022-08-26debug/macho: use saferio to read segment and section dataDan Kortschak
2022-08-23debug/plan9obj: don't crash on EOF before symbol typeIan Lance Taylor
2022-08-23debug/macho: don't use narch for seenArches map sizeIan Lance Taylor
2022-08-22debug/buildinfo: add regression tests for different buildmodesqmuntal
2022-08-19debug/pe: fetch section size directly in (*Section).DataIan Lance Taylor
2022-08-19debug/plan9obj: use saferio to read section dataIan Lance Taylor
2022-08-18debug/pe: use saferio to set symbol slice capacityIan Lance Taylor
2022-08-18debug/buildinfo: implement for Plan 9 a.outOri Bernstein
2022-08-17debug/macho, internal/saferio: limit slice allocationIan Lance Taylor
2022-08-17debug/pe, internal/saferio: use saferio to read PE section dataIan Lance Taylor
2022-08-11debug/elf: use saferio to read section dataIan Lance Taylor
2022-08-11internal/saferio: new package to avoid OOMIan Lance Taylor
2022-08-11debug/elf: add new-style LoongArch reloc typesWANG Xuerui
2022-08-09debug/gosym: fix missing symbol version for 1.2+ pclntabCuong Manh Le
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-08-09debug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128}Meng Zhuo
2022-08-08debug/pe: use correct pe64 test in ImportedSymbolsIan Lance Taylor
2022-07-19crypto/internal/nistec,debug/gosym: fix typosDan Kortschak
2022-06-29debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32}Guoqi Chen
2022-06-23debug/dwarf: handle malformed line table with bad program offsetThan McIntosh