aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-12-14 08:04:09 +0000
committerBill Wendling <isanbard@gmail.com>2013-12-14 08:04:09 +0000
commitdd36ddfaec578968b163fc4bbb7148921084aa6e (patch)
treea1d0767c1202161b909dbfdbf430cd3877a07a25 /docs
parente09cd8d42b7621050d2dcdccc37ee341a1b553d5 (diff)
downloadexternal_llvm-dd36ddfaec578968b163fc4bbb7148921084aa6e.zip
external_llvm-dd36ddfaec578968b163fc4bbb7148921084aa6e.tar.gz
external_llvm-dd36ddfaec578968b163fc4bbb7148921084aa6e.tar.bz2
Merging r197178:
------------------------------------------------------------------------ r197178 | hfinkel | 2013-12-12 12:45:24 -0800 (Thu, 12 Dec 2013) | 9 lines Fix a use-after-free error in GlobalOpt CleanupConstantGlobalUsers GlobalOpt's CleanupConstantGlobalUsers function uses a worklist array to manage constant users to be visited. The pointers in this array need to be weak handles because when we delete a constant array, we may also be holding a pointer to one of its elements (or an element of one of its elements if we're dealing with an array of arrays) in the worklist. Fixes PR17347. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@197322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions