index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ctfdump
Age
Commit message (
Expand
)
Author
2024-02-22
Print the size of more objects (basic types and enums) based on their
Claudio Jeker
2022-08-14
Use size_t for the length parameters, not off_t.
Todd C. Miller
2022-08-10
Fix two compiler warnings resulting from last zlib bump
Theo Buehler
2022-02-10
Casting a char pointer to struct ctf_header causes bus error on
Alexander Bluhm
2019-09-03
Use 0 as exit value if no error has been found in the CTF section.
Martin Pieuchot
2019-05-14
Remove leftover elf.c
Sunil Nimmagadda
2019-05-14
Use elf(3) api instead of an ad-hoc elf parser.
Sunil Nimmagadda
2019-03-16
Fix a buffer over-read while dumping functions.
Sunil Nimmagadda
2019-03-16
Fix a buffer over-read while dumping structs/unions.
Sunil Nimmagadda
2019-03-16
Fix a buffer over-read while dumping enums.
Sunil Nimmagadda
2017-11-14
Verify that every section header lies within the mapped file.
Martin Pieuchot
2017-11-06
Use the symtab's sh_link to get the string table section.
Martin Pieuchot
2017-11-03
Fix formatting in the case where a symbol table isn't present.
Martin Pieuchot
2017-11-01
Disable relocation until it is shown to be necessary. This code
Martin Pieuchot
2017-10-28
Correctly handle binaries without string table.
Martin Pieuchot
2017-10-28
Correct an integer overflow check to detect invalid CTF section.
Martin Pieuchot
2017-10-28
Print values as unsigned when dumping header.
Martin Pieuchot
2017-10-27
Prevent out-of-bound with malformed type entry.
Martin Pieuchot
2017-10-27
Prevent out-of-bound leading to an invalid pointer dereference when
Martin Pieuchot
2017-10-27
Use <elf.h> rather than <sys/exec_elf.h>.
Martin Pieuchot
2017-10-17
add missing HISTORY; based on CVS logs and release announcements
Ingo Schwarze
2017-10-16
Typo in header dump, from sbz@FreeBSD
Martin Pieuchot
2017-10-05
add boundary tests to avoid some crashes found with afl
Jonathan Gray
2017-10-05
sync elf.c with ctfconv
Jonathan Gray
2017-09-23
Fix off by one in ctf_enc2name (who uses SIGNED BOOL anyway?)
Uwe Stuehler
2017-09-23
Show floating-point encoding by name in ctfdump(1)
Uwe Stuehler
2017-09-19
fix fd leaks in error paths
Jonathan Gray
2017-08-29
quarterly rescan of the tree: remove unneccessary sys/param.h, and
Theo de Raadt
2017-08-11
move pledge after setlocale as suggested by tb@
Jasper Lievisse Adriaanse
2017-08-11
pledge ctfdump to stdio and rpath
Jasper Lievisse Adriaanse
2017-08-11
tweak previous;
Jason McIntyre
2017-08-11
add rcs ids
Jasper Lievisse Adriaanse
2017-08-11
Import a tool for dumping the contents of CTF data section (SUNW_ctf).
Martin Pieuchot