|
@@ -1685,7 +1685,7 @@ static void extable_mismatch_handler(const char* modname, struct elf_info *elf,
|
|
|
static void check_section_mismatch(const char *modname, struct elf_info *elf,
|
|
|
Elf_Rela *r, Elf_Sym *sym, const char *fromsec)
|
|
|
{
|
|
|
- const char *tosec = sec_name(elf, get_secindex(elf, sym));;
|
|
|
+ const char *tosec = sec_name(elf, get_secindex(elf, sym));
|
|
|
const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec);
|
|
|
|
|
|
if (mismatch) {
|