This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]