Home
last modified time | relevance | path

Searched hist:"8 e73cb8c" (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/nm/
H A Delf.cdiff 8e73cb8c Tue Jun 23 15:13:29 GMT 2015 semarie <semarie@openbsd.org> This patch ensure that e_shentsize (sections header's size in bytes) is
big enough to fill at least one Elf_Shdr.

While here, inverts calloc() arguments to be calloc(nmemb, size),
according to fread() call after.

This problem was found with afl, with e_shentsize=1.

ok miod@