Skip to content

Commit f67b293

Browse files
authored
Update c6201.md
defined SAL
1 parent 9d930f0 commit f67b293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6201.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ void f()
4848

4949
## Heuristics
5050

51-
This analysis is limited to stack-allocated arrays. It doesn't consider, for example, arrays passed into the function with a SAL-annotated length.
51+
This analysis is limited to stack-allocated arrays. It doesn't consider, for example, arrays passed into the function with a Microsoft source code annotation language ([SAL](../code-quality/understanding-sal))-annotated length.
5252

5353
This analysis can't catch all possible out of bounds indices because not all arithmetic can be precisely analyzed. It's tuned to report cases where it can guarantee an out of bounds index is possible. The absence of a warning doesn't mean the index is guaranteed to be in bounds.

0 commit comments

Comments
 (0)