This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Bug in readelf
- From: Martin Koegler <mkoegler at curie dot auto dot tuwien dot ac dot at>
- To: binutils at sources dot redhat dot com
- Date: Fri, 15 Apr 2005 12:13:37 +0200
- Subject: Bug in readelf
In the CVS Head version of binutils/readelf.c,
7390: warn (_("%s: skipping unexpected symbol type %s in relocation in section .rela%s\n"),
7391: get_symbol_type (ELF32_ST_TYPE (sym->st_info)),
7392: SECTION_NAME (section));
contain 3 %s, while only two parameters are provided. This can cause a segementation fault.
mfg Martin Kögler
e9925248@stud4.tuwien.ac.at