forked from OSchip/llvm-project
Added the brief discription about the new CSA checker.
This commit is contained in:
parent
7b04bf9d6f
commit
24e9d90e65
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue