================ @@ -304,7 +313,7 @@ ParseData(SectionSP data_section_sp) { if (flags > std::numeric_limits<uint32_t>::max()) return llvm::createStringError("segment size overflows uint32_t"); ---------------- JDevlieghere wrote:
Actually, no, the error message is correct, but the check above is not (it should check `segment_size`). https://github.com/llvm/llvm-project/pull/153634 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits