]> granicus.if.org Git - clang/commit
[analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive checker...
authorTed Kremenek <kremenek@apple.com>
Wed, 3 Aug 2011 20:17:43 +0000 (20:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 3 Aug 2011 20:17:43 +0000 (20:17 +0000)
commit17f7bdddd11a2dc5b4be248f756e14b1ebfe207b
tree200c9e1b0fea557e1070bf2130cbe7387dc58c94
parent74133075f5024ce87e4c1eb644d77c20e1c521f4
[analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive checker that may be useful for security auditing.  This checker is currently too noisy to be on by default.

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