CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/21 06:16:14
Modified files:
usr.bin/ctfconv: dw.c dwarf.h
Log message:
Make sure dw_at2name() never returns NULL. This call is used in various
printf calls that clang decided to optimise into puts calls that crash
with a NULL argument.
Also add DW_AT_noreturn which caused this when running ./ctfconv -d ./ctfconv
OK mpi@
