Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86 setup: correct segfault in generation of 32-bit reloc kernel
This commit is contained in:
@@ -492,7 +492,7 @@ static void walk_relocs(void (*visit)(Elf32_Rel *rel, Elf32_Sym *sym))
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
sh_symtab = sec_symtab->symtab;
|
sh_symtab = sec_symtab->symtab;
|
||||||
sym_strtab = sec->link->strtab;
|
sym_strtab = sec_symtab->link->strtab;
|
||||||
for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Rel); j++) {
|
for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Rel); j++) {
|
||||||
Elf32_Rel *rel;
|
Elf32_Rel *rel;
|
||||||
Elf32_Sym *sym;
|
Elf32_Sym *sym;
|
||||||
|
Reference in New Issue
Block a user