Skip to content

Commit 34de087

Browse files
Updated C6201
Added stack-specific consequence to the description
1 parent 8cdc31e commit 34de087

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
@@ -11,7 +11,7 @@ ms.assetid: eefbbd77-007c-4f28-95f6-6de5ee6a27db
1111

1212
> index '\**index*' is out of valid index range '\**min*' to '\**max*' for possibly stack allocated buffer '\**parameter-name*'
1313
14-
This warning indicates that an integer offset into the specified stack array exceeds the maximum bounds of that array, potentially causing random behavior and/or crashes.
14+
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

1616
## Remarks
1717

0 commit comments

Comments
 (0)