[Lldb-commits] [lldb] [LLDB][Minidump] Change expected directories to the correct type; size_t (PR #96564)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 26 09:40:57 PDT 2024


Jlalond wrote:

@DavidSpickett We'll be fine with 32b size_t. Directories in minidumps have to all have their offsets be 32b addressable, so if you were to fill the directory list up to the `size_t` max, it would be a corrupted minidump

https://github.com/llvm/llvm-project/pull/96564


More information about the lldb-commits mailing list