aboutsummaryrefslogtreecommitdiff
path: root/contrib/elf2dmp/pdb.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19contrib/elf2dmp: Use g_malloc(), g_new() and g_free()Suraj Shirvankar1-11/+8
2023-10-19elf2dmp: check array bounds in pdb_get_file_sizeViktor Prutyanov1-4/+9
2023-09-21elf2dmp: rework PDB_STREAM_INDEXES::segments obtainingViktor Prutyanov1-11/+4
2021-09-20elf2dmp: Fail cleanly if PDB file specifies zero block_sizePeter Maydell1-0/+4
2020-12-13elf2dmp/pdb: Plug memleak in pdb_init_from_filePan Nengyuan1-0/+1
2019-05-13Clean up includesMarkus Armbruster1-2/+1
2019-02-05contrib/elf2dmp: fix printf formatViktor Prutyanov1-1/+3
2019-02-05contrib/elf2dmp: use GLib in PDB processingViktor Prutyanov1-21/+8
2018-10-02contrib: add elf2dmp toolViktor Prutyanov1-0/+322