[all-commits] [llvm/llvm-project] 54110b: Fix use-after-free in clang-apply-replacements
Ben Langmuir via All-commits
all-commits at lists.llvm.org
Tue Aug 2 13:35:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54110b8aa01073c428c636951511c2dc710c4a32
https://github.com/llvm/llvm-project/commit/54110b8aa01073c428c636951511c2dc710c4a32
Author: Ben Langmuir <blangmuir at apple.com>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M clang-tools-extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
Log Message:
-----------
Fix use-after-free in clang-apply-replacements
Accidentally introduced a dangling StringRef in b4c6dc2e6637.
Differential Revision: https://reviews.llvm.org/D131017
More information about the All-commits
mailing list