Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23711
b: refs/heads/master
c: 8ea80ca
h: refs/heads/master
i:
  23709: 8a4597b
  23707: 2dba58b
  23703: aace38e
  23695: 2216a81
  23679: 0941987
v: v3
  • Loading branch information
Sam Ravnborg committed Feb 19, 2006
1 parent 78fd8be commit 73d25fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41370d3b5ec6401c5cf0df82297ed989c03a64bd
refs/heads/master: 8ea80ca4f583e377c902811d42626ccfce16913f
2 changes: 1 addition & 1 deletion trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,11 +576,11 @@ static void check_sec_ref(struct module *mod, const char *modname,
r.r_offset = TO_NATIVE(rela->r_offset);
r.r_info = TO_NATIVE(rela->r_info);
sym = elf->symtab_start + ELF_R_SYM(r.r_info);
secname = secstrings + sechdrs[sym->st_shndx].sh_name;
/* Skip special sections */
if (sym->st_shndx >= SHN_LORESERVE)
continue;

secname = secstrings + sechdrs[sym->st_shndx].sh_name;
if (section(secname))
warn_sec_mismatch(modname, name, elf, sym, r);
}
Expand Down

0 comments on commit 73d25fd

Please sign in to comment.