[all-commits] [llvm/llvm-project] 58dd65: [lldb] Fix a use-after-free in FindFileTest.cpp
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Nov 2 04:40:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58dd658583eec9af24ca1262e1bce9f884d65487
https://github.com/llvm/llvm-project/commit/58dd658583eec9af24ca1262e1bce9f884d65487
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-11-02 (Tue, 02 Nov 2021)
Changed paths:
M lldb/unittests/Target/FindFileTest.cpp
Log Message:
-----------
[lldb] Fix a use-after-free in FindFileTest.cpp
ArrayRef doesn't take ownership.
More information about the All-commits
mailing list