The lexer can attempt to lex a _Pragma and crash with an out of bounds string access when it's
lexing a _Pragma whose string token is in an invalid buffer, e.g. when a module header file from which the macro
expansion for that token came from was deleted from the file system.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo