[clang-tools-extra] [clangd] Fix SIGSEGV crash when receiving a textDocument/didOpen request with the URI pointing to a directory (PR #177834)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 26 01:57:31 PST 2026
dhr412 wrote:
I think its probably the FileEntryRef object (`Val` in frame 0) that has a null internal pointer which is getting dereferenced
https://github.com/llvm/llvm-project/pull/177834
More information about the cfe-commits
mailing list