[PATCH] D120489: [analyzer] Done some changes to detect Uninitialized read by the char array manipulation functions
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 25 00:59:49 PST 2022
steakhal added inline comments.
================
Comment at: clang/docs/analyzer/checkers.rst:2634-2647
+.. _alpha-unix-cstring-UninitializedRead:
+
+alpha.unix.cstring.UninitializedRead (C)
+""""""""""""""""""""""""""""""""""
+Check for uninitialized read from source in memory copy function: ``memcpy,mempcpy``.
+
+.. code-block:: c
----------------
I was thinking about something like this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120489/new/
https://reviews.llvm.org/D120489
More information about the cfe-commits
mailing list