1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/tools/llvm-objdump/X86
Petr Hosek b720cf7142 [llvm-objdump] Don't attempt to print lines beyond the end of file
This may trigger a segfault in llvm-objdump when the line number stored
in debug infromation points beyond the end of file; lines in LineBuffer
are stored in std::vector which is allocated in chunks, so even if the
debug info points beyond the end of the file, this doesn't necessarily
trigger the segfault unless the line number points beyond the allocated
space.

Differential Revision: https://reviews.llvm.org/D32466

llvm-svn: 301347
2017-04-25 18:56:33 +00:00
..
Inputs [llvm-objdump] Don't attempt to print lines beyond the end of file 2017-04-25 18:56:33 +00:00
coff-dis-internal.test
coff-disassemble-export.test
debug-info-fileinfo.test [llvm-objdump] Don't attempt to print lines beyond the end of file 2017-04-25 18:56:33 +00:00
disassemble-code-data-mix.s
disassemble-data.test
disassembly-show-raw.test
hex-displacement.test
invalid-macho-build-version.yaml
lit.local.cfg
macho-archive-headers.test
macho-build-version.yaml
macho-cstring-dump.test
macho-dis-no-leading-addr.test
macho-dis-symname.test
macho-disassembly-stripped.test
macho-dylib.test
macho-indirect-symbols.test
macho-info-plist-nofollow.test Fix a bug in llvm-obdump(1) with the -macho and -info-plist options 2017-02-06 21:01:08 +00:00
macho-info-plist.test
macho-literal-pointers-i386.test
macho-literal-pointers-x86_64.test
macho-literals.test
macho-nofirst-symbol-disassembly.test
macho-nontext-disasm.test
macho-objc-meta-data.test Tweak the implementation of llvm-objdump’s -objc-meta-data option so 2017-02-09 17:56:26 +00:00
macho-print-thread.test
macho-private-header.test
macho-private-headers.test
macho-relocations.test
macho-section-contents.test
macho-section-headers.test
macho-section.test
macho-stub-nosyms-disassembly.test
macho-symbol-table.test
macho-symbolized-disassembly.test
macho-symbolized-subtractor-i386.test
macho-symbolized-subtractor.test
macho-universal-x86_64.i386.test
macho-unwind-info.test
malformed-machos.test Add the rest of the error checking for Mach-O dyld compact bind entry errors 2017-03-20 19:46:55 +00:00
openbsd-headers.test
out-of-section-sym.test
phdrs.test
source-interleave-x86_64.ll
start-stop-address.test
stripped-shared.test Move test from r294430 to target-specific directory 2017-02-08 13:48:08 +00:00
stubbed-dylib.test
truncated-section.test