forked from OSchip/llvm-project
Update ReleaseNotes.rst
This commit is contained in:
parent
b390173408
commit
bbd031943a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue