Added the brief discription about the new CSA checker.

This commit is contained in:
Shivam 2022-05-07 01:16:22 +05:30 committed by GitHub
parent 7b04bf9d6f
commit 24e9d90e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -422,7 +422,10 @@ libclang
Static Analyzer
---------------
- ...
- 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.
.. _release-notes-ubsan: