Skip to content

Commit 3f0ae7e

Browse files
committed
Remove unneeded detail
1 parent 25f764b commit 3f0ae7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6059.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void f( )
7979
8080
## Heuristics
8181
82-
This analysis detects when the target buffer size is passed unmodified into the length parameter of the string manipulation function. The analysis is also able to detect cases where after simple computations the buffer size is passed as the length parameter. This warning isn't given if some other value is passed as the length parameter, even if that value is incorrect.
82+
This analysis detects when the target buffer size is passed unmodified into the length parameter of the string manipulation function. This warning isn't given if some other value is passed as the length parameter, even if that value is incorrect.
8383
8484
Consider the following code, generates warning C6059:
8585

0 commit comments

Comments
 (0)