C++: update 2021-12-14-overruning-write-split.md

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Paolo Tranquilli
2021-12-14 16:23:55 +01:00
committed by GitHub
parent 1e4861a944
commit c8741f6475

View File

@@ -1,2 +1,2 @@
lgtm,codescanning
* A new `cpp/very-likely-overruning-write` query has been added for C/C++, which reports results formerly flagged by `cpp/overruning-write` where a non-trivial range analysis shows a higher likelyhood of an actual problem. As a consequence, the new query is tagged with high precision.
* A new `cpp/very-likely-overruning-write` query has been added to the default query suite for C/C++. The query reports some results that were formerly flagged by `cpp/overruning-write`.