| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Pointed out by Mark Johnston, Markj@FreeBSD
|
|
|
|
|
|
|
|
|
|
| |
This is technically more correct than looking for ".strtab" and allows
us to get rid of unportable ELF_STRTAB.
We can also get rid of the hack for some incorrect ELF files since we
no longer try to apply relocations for the string table.
From Mark Johnston, markj@FreeBSD
|
|
|
|
| |
The former is more portable.
|
|
|
|
|
| |
to resolve some additional crashes found by afl.
ok mpi@ deraadt@
|
|
|
|
|
|
|
| |
symtab and sections. Corrects behaviour that led to crashes found
via afl.
ok mpi@
|
|
|
|
|
|
| |
the file. Avoids a crash found with afl.
ok mpi@
|
|
|
|
| |
annotate the ones which are needed.
|
| |
|
|
information.
ctfconv(1) support multiple CUs in order to work on binaries. ctfstrip(1)
works like strip(1) but also insert a .SUNW_ctf section inside a binary.
ok deraadt@, kettenis@, jasper@
|