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
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