]> granicus.if.org Git - clang/commit
[analyzer] Fix another use of the address of a temporary, like r163402.
authorJordan Rose <jordan_rose@apple.com>
Wed, 12 Sep 2012 22:48:08 +0000 (22:48 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 12 Sep 2012 22:48:08 +0000 (22:48 +0000)
commit1a7bcc41efb73d80fd45eb71494b073f388d333c
tree62dca75716263ae3710ed70f9116ddd91a74cc03
parent3225d072a348658cb67c45cdb46a981b09d1f562
[analyzer] Fix another use of the address of a temporary, like r163402.

Again, GCC is more aggressive about reusing temporary space than we are,
leading to Release build crashes for this undefined behavior.

PR13710 (though it may not be the only problem there)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163747 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/BugReporter.cpp