PowerPC 32-bit lzma stub defends against omitted linkage area.
https://github.com/upx/upx/issues/60 modified: stub/src/arch/powerpc/32/lzma_d.S modified: stub/src/powerpc-linux.elf-entry.S modified: stub/src/powerpc-linux.elf-fold.S modified: stub/powerpc-darwin.dylib-entry.h modified: stub/powerpc-darwin.macho-entry.h [WTF?] copied: stub/powerpc-darwin.dylib-entry.h -> stub/powerpc-linux.elf-entry.h modified: stub/powerpc-linux.elf-fold.h modified: stub/powerpc-linux.kernel.vmlinux.h modified: stub/tmp/powerpc-linux.elf-fold.map modified: stub/tmp/powerpc-darwin.dylib-entry.bin.dump modified: stub/tmp/powerpc-darwin.macho-entry.bin.dump modified: stub/tmp/powerpc-linux.elf-entry.bin.dump modified: stub/tmp/powerpc-linux.kernel.vmlinux.bin.dump modified: ../.github/travis_testsuite_1.sh
This commit is contained in:
@@ -7,14 +7,14 @@ Idx Name Size VMA LMA File off Algn Flags
|
||||
2 NRV2E 00000148 00000000 00000000 0000003c 2**0 CONTENTS, RELOC, READONLY
|
||||
3 NRV2D 0000012c 00000000 00000000 00000184 2**0 CONTENTS, RELOC, READONLY
|
||||
4 NRV2B 000000f0 00000000 00000000 000002b0 2**0 CONTENTS, RELOC, READONLY
|
||||
5 LZMA_ELF00 0000008c 00000000 00000000 000003a0 2**0 CONTENTS, RELOC, READONLY
|
||||
6 LZMA_DEC10 0000099c 00000000 00000000 0000042c 2**0 CONTENTS, READONLY
|
||||
7 LZMA_DEC20 0000099c 00000000 00000000 00000dc8 2**0 CONTENTS, READONLY
|
||||
8 LZMA_DEC30 00000020 00000000 00000000 00001764 2**0 CONTENTS, READONLY
|
||||
9 NRV_TAIL 0000001c 00000000 00000000 00001784 2**0 CONTENTS, READONLY
|
||||
10 CFLUSH 00000024 00000000 00000000 000017a0 2**0 CONTENTS, READONLY
|
||||
11 ELFMAINY 00000000 00000000 00000000 000017c4 2**0 CONTENTS, READONLY
|
||||
12 ELFMAINZ 00000204 00000000 00000000 000017c4 2**0 CONTENTS, READONLY
|
||||
5 LZMA_ELF00 00000090 00000000 00000000 000003a0 2**0 CONTENTS, RELOC, READONLY
|
||||
6 LZMA_DEC10 0000099c 00000000 00000000 00000430 2**0 CONTENTS, READONLY
|
||||
7 LZMA_DEC20 0000099c 00000000 00000000 00000dcc 2**0 CONTENTS, READONLY
|
||||
8 LZMA_DEC30 00000024 00000000 00000000 00001768 2**0 CONTENTS, READONLY
|
||||
9 NRV_TAIL 0000001c 00000000 00000000 0000178c 2**0 CONTENTS, READONLY
|
||||
10 CFLUSH 00000024 00000000 00000000 000017a8 2**0 CONTENTS, READONLY
|
||||
11 ELFMAINY 00000000 00000000 00000000 000017cc 2**0 CONTENTS, READONLY
|
||||
12 ELFMAINZ 00000204 00000000 00000000 000017cc 2**0 CONTENTS, READONLY
|
||||
SYMBOL TABLE:
|
||||
00000000 l d LZMA_DEC30 00000000 LZMA_DEC30
|
||||
00000000 l d NRV_TAIL 00000000 NRV_TAIL
|
||||
@@ -49,4 +49,4 @@ OFFSET TYPE VALUE
|
||||
|
||||
RELOCATION RECORDS FOR [LZMA_ELF00]:
|
||||
OFFSET TYPE VALUE
|
||||
00000004 R_PPC_REL14 LZMA_DEC30+0x00000020
|
||||
00000004 R_PPC_REL14 LZMA_DEC30+0x00000024
|
||||
|
||||
Reference in New Issue
Block a user