summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctfconv/elf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Verify that every section header lies within the mapped file.mpi2017-11-141-16/+38
* Use the symtab's sh_link to get the string table section.mpi2017-11-061-6/+22
* Use <elf.h> rather than <sys/exec_elf.h>.mpi2017-10-271-2/+2
* Add some more boundary checks and prevent an attempt to divide by zerojsg2017-09-301-1/+17
* Check that the end of sections do not exceed the filesize for bothjsg2017-09-291-10/+15
* Ignore file offset values in section headers that exceed the length ofjsg2017-09-261-2/+5
* quarterly rescan of the tree: remove unneccessary sys/param.h, andderaadt2017-08-291-2/+2
* add rcs idsjasper2017-08-111-0/+2
* Import a tool for generating CTF data section (SUNW_ctf) based on DWARFmpi2017-08-111-0/+284