Skip to content

Commit 8a57739

Browse files
Update docs/code-quality/c26832.md
Co-authored-by: dmitrykobets-msft <[email protected]>
1 parent d115522 commit 8a57739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c26832.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In `i + j`, `i` and `j` are promoted to integers and the result of the addition
2929
3030
Common allocation functions like `new`, `malloc`, and `VirtualAlloc` are recognized. The check also tries to recognize custom allocator functions by case insensitive search for the `alloc` substring in the function name.
3131
32-
Our analysis engine's numerical solver have some limitations reasoning about numerical overflows. As a result, this check is using some heuristics and sometimes fails to recognize that certain checks can prevent overflows.
32+
Our analysis engine's numerical solver have some limitations reasoning about numerical overflows. As a result, this check uses some heuristics and sometimes fails to recognize that certain checks can prevent overflows.
3333
Usually, checking for a reasonable bound on the allocation should work.
3434
3535
This warning is available in Visual Studio 2022 version 17.7 and later versions.

0 commit comments

Comments
 (0)