commit | cc65f1ec192dc54de57483194502e9fa00934c39 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Fri Oct 03 13:00:56 2008 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Fri Oct 03 13:42:04 2008 -0700 |
tree | 047f2247cc3a40e5101e2a693ed4ca9a6cae6b2b | |
parent | 95b866d5afcafee00fc9ad70665e48c86d8c4e0f [diff] |
x86 setup: correct segfault in generation of 32-bit reloc kernel Impact: segfault on build of a 32-bit relocatable kernel When converting arch/x86/boot/compressed/relocs.c to support unlimited sections, the computation of sym_strtab in walk_relocs() was done incorrectly. This causes a segfault for some people when building the relocatable 32-bit kernel. Pointed out by Anonymous <pageexec@freemail.hu>. Signed-off-by: H. Peter Anvin <hpa@zytor.com>