[all-commits] [llvm/llvm-project] df4157: [LinkerWrapper] Fix use-after-free when using JIT
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Dec 5 05:52:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df415774d2a584fb6a62bedf9a4ee936396a0e41
https://github.com/llvm/llvm-project/commit/df415774d2a584fb6a62bedf9a4ee936396a0e41
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[LinkerWrapper] Fix use-after-free when using JIT
Summary:
This portion of the code was unused until now and wasn't properly
updated after we moved to using `StringRef`.
More information about the All-commits
mailing list