[all-commits] [llvm/llvm-project] 23cc8e: [clang][lex] Speculative fix for buffer overrun on...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Mon Mar 15 07:15:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23cc8ebf59c661ebb988370a0edbcda37b61080a
https://github.com/llvm/llvm-project/commit/23cc8ebf59c661ebb988370a0edbcda37b61080a
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
M clang/lib/Lex/LiteralSupport.cpp
Log Message:
-----------
[clang][lex] Speculative fix for buffer overrun on raw string parse
This attempts to fix a (non-deterministic) buffer overrun when parsing raw string literals during modular build.
Similar fix to 4e5b5c36f47c9a406ea7f6b4f89fae477693973a.
Reviewed By: beccadax
Differential Revision: https://reviews.llvm.org/D94950
More information about the All-commits
mailing list