[PATCH] D27753: [analyzer] alpha.security.DirtyScalar Checker

Zoltán Gera via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 14 05:01:14 PST 2016


gerazo created this revision.
gerazo added reviewers: zaks.anna, dcoughlin.
gerazo added a subscriber: cfe-commits.
Herald added a subscriber: mgorny.

Checker for catching tainted value usage without proper bound checking. Uses GenericTaintChecker which is also in alpha.security.


https://reviews.llvm.org/D27753

Files:
  include/clang/StaticAnalyzer/Checkers/Checkers.td
  lib/StaticAnalyzer/Checkers/CMakeLists.txt
  lib/StaticAnalyzer/Checkers/DirtyScalarChecker.cpp
  lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  test/Analysis/dirty-scalar-unbounded.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27753.81370.patch
Type: text/x-patch
Size: 12799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161214/316ba79a/attachment-0001.bin>


More information about the cfe-commits mailing list