]> granicus.if.org Git - clang/commit
Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang.
authorAnna Zaks <ganna@apple.com>
Tue, 27 Sep 2011 22:25:01 +0000 (22:25 +0000)
committerAnna Zaks <ganna@apple.com>
Tue, 27 Sep 2011 22:25:01 +0000 (22:25 +0000)
commit7e5f112ca7410af93c7cdc07cf3a9dae15214300
tree9b31da8a0e76600d351a2deed39c64715bc13a5c
parent5adcec16cb8d9e7bebf310b6c07249dfd852346b
Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140648 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
test/Analysis/malloc-overflow.cpp [new file with mode: 0644]