Skip to content

Commit 81890eb

Browse files
Updated C6200
Removed extra asterisk in warning output
1 parent 614eb29 commit 81890eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6200.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: bbeb159b-4e97-4317-9a07-bb83cd03069a
99
---
1010
# Warning C6200
1111

12-
> Index '\**index*' is out of valid index range '\**min*' to '\**max*' for non-stack buffer '\**parameter-name*'
12+
> Index '*index*' is out of valid index range '*min*' to '*max*' for non-stack buffer '*parameter-name*'
1313
1414
This warning indicates that an integer offset into the specified non-stack array exceeds the maximum bounds of that array, potentially causing random behavior and/or crashes.
1515

0 commit comments

Comments
 (0)