Update ReleaseNotes.rst

This commit is contained in:
Shivam 2022-05-07 01:20:45 +05:30 committed by GitHub
parent b390173408
commit bbd031943a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ libclang
Static Analyzer
---------------
- Added a new checker ``alpha.unix.cstring.UninitializedRead `` this will check for uninitialized reads
- Added a new checker ``alpha.unix.cstring.UninitializedRead`` this will check for uninitialized reads
from common memory copy/manipulation functions such as ``memcpy``, ``mempcpy``, ``memmove``, ``memcmp``, `
`strcmp``, ``strncmp``, ``strcpy``, ``strlen``, ``strsep`` and many more. Although
this checker currently is in list of alpha checkers due to a false positive.