1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/DebugInfo
Fangrui Song 372413c6d8 [DWARF] Use deque in place of SmallVector to fix use-after-free issue
Summary: SmallVector's elements are moved when resizing and cause use-after-free.

Reviewers: probinson, dblaikie

Subscribers: JDevlieghere, llvm-commits

Differential Revision: https://reviews.llvm.org/D49702

llvm-svn: 337772
2018-07-23 23:27:45 +00:00
..
CodeView [CodeView] Correctly compute the name of S_PROCREF symbols. 2018-06-29 22:19:02 +00:00
DWARF [DWARF] Use deque in place of SmallVector to fix use-after-free issue 2018-07-23 23:27:45 +00:00
MSF Move some code from PDBFileBuilder to MSFBuilder. 2018-06-27 21:18:15 +00:00
PDB [llvm] Change 2 instances of std::sort to llvm::sort 2018-07-16 17:26:37 +00:00
Symbolize Handle NetBSD specific path in findDebugBinary() 2018-06-25 18:49:13 +00:00
CMakeLists.txt
LLVMBuild.txt