[clang] [clang][ASTImporter] fix assert fail due to offset overflow (PR #79084)
Michael Buch via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 12 07:14:24 PST 2024
================
@@ -9896,9 +9903,13 @@ Expected<FileID> ASTImporter::Import(FileID FromID, bool IsBuiltin) {
// FIXME: The filename may be a virtual name that does probably not
// point to a valid file and we get no Entry here. In this case try with
// the memory buffer below.
----------------
Michael137 wrote:
Is there a way to reproduce this? By creating some very large dummy files? Just to confirm what the crash is exactly (since I don't see an attached stacktrace)
https://github.com/llvm/llvm-project/pull/79084
More information about the cfe-commits
mailing list