Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1.18 KB

File metadata and controls

10 lines (8 loc) · 1.18 KB

1.6.1

Minor Analysis Improvements

  • Added AllocationFunction models for aligned_alloc, std::aligned_alloc, and bsl::aligned_alloc.
  • The "Comparison of narrow type with wide type in loop condition" (cpp/comparison-with-wider-type) query has been upgraded to high precision. This query will now run in the default code scanning suite.
  • The "Multiplication result converted to larger type" (cpp/integer-multiplication-cast-to-long) query has been upgraded to high precision. This query will now run in the default code scanning suite.
  • The "Suspicious add with sizeof" (cpp/suspicious-add-sizeof) query has been upgraded to high precision. This query will now run in the default code scanning suite.
  • The "Wrong type of arguments to formatting function" (cpp/wrong-type-format-argument) query has been upgraded to high precision. This query will now run in the default code scanning suite.
  • The "Implicit function declaration" (cpp/implicit-function-declaration) query has been upgraded to high precision. However, for build mode: none databases, it no longer produces any results. The results in this mode were found to be very noisy and fundamentally imprecise.