diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-09-14 15:44:29 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-09-14 15:44:29 +0000 |
commit | f8fd9b5263017999d61f6aa3670987fa65fd79f6 (patch) | |
tree | d8884c0c78d9eeb4d2a47a46c3e96f98633da73b /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 26aca14b15e9e6915a89ba761c847e21a348f063 (diff) | |
download | llvm-f8fd9b5263017999d61f6aa3670987fa65fd79f6.zip llvm-f8fd9b5263017999d61f6aa3670987fa65fd79f6.tar.gz llvm-f8fd9b5263017999d61f6aa3670987fa65fd79f6.tar.bz2 |
Fix a possible SEGV in SymbolFileDWARF
The iterator pointing to an element of a dense map was used after
the element from was removed from the map what isn't guaranteed to be
valid at that time.
llvm-svn: 247571
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions