C++: shorten VeryLikelyOverrunWrite @name

This commit is contained in:
Paolo Tranquilli
2021-12-14 15:12:32 +00:00
committed by GitHub
parent 106400238a
commit 1e4861a944
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/**
* @name Likely overrunning write based on non-trivial analysis of value ranges
* @name Likely overrunning write
* @description Buffer write operations that do not control the length
* of data written may overflow
* @kind problem