[PATCH] D49702: [DWARF] Use forward_list in place of SmallVector to fix use-after-free issue
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 23 16:27:59 PDT 2018
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: lib/DebugInfo/DWARF/DWARFContext.cpp:51
#include <cstdint>
+#include <forward_list>
#include <map>
----------------
Remove this/replace with <deque>?
Repository:
rL LLVM
https://reviews.llvm.org/D49702
More information about the llvm-commits
mailing list