mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:40:38 +00:00
58fd4ef93a
Summary: The directory_count and file_name_count fields are (section 6.2.4 of DWARF5 spec) supposed to be uleb128s, not bytes. This bug meant that it was not possible to correctly parse headers with more than 128 files or directories. I've found this bug by code inspection, though the limit is so small someone would have run into it for real sooner or later. I've verified that the producer side handles many files correctly, and that we are able to parse such files after this fix. Reviewers: dblaikie, jhenderson Subscribers: aprantl, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D76498 |
||
---|---|---|
.. | ||
AArch64 | ||
RISCV | ||
X86 | ||
cmdline.test | ||
coff-arm64.yaml | ||
coff-arm.yaml | ||
coff-i386.yaml | ||
coff-x86_64.yaml | ||
debug-frame-dumps-eh-frame-and-debug-frame.yaml | ||
debug-str.yaml | ||
elf-broken-reloc-target.yaml | ||
filter.test | ||
lit.local.cfg | ||
uuid32.yaml | ||
uuid.yaml |