Skip to content

Commit 6d85b29

Browse files
Updated C6201
Removed extra asterisks
1 parent 34de087 commit 6d85b29

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
@@ -9,7 +9,7 @@ ms.assetid: eefbbd77-007c-4f28-95f6-6de5ee6a27db
99
---
1010
# Warning C6201
1111

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

0 commit comments

Comments
 (0)