CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/23 09:16:34
Modified files:
usr.bin/nm : elf.c util.h
Log message:
This patch ensure that when an error is detected, the freed variables in
elf_symloadx() are reinitialised.
Else show_file() in nm.c will used these variables, even if they has
just been freed. (nm.c +689).
Problem found by afl.
ok miod@
