diff options
author | 2022-02-07 16:44:13 -0800 | |
---|---|---|
committer | 2022-02-07 16:44:13 -0800 | |
commit | 9bcce2ef3a3b7136c200f510a65e40c5e0a97267 (patch) | |
tree | 239084b711246f7c38445168054a2094ff1ce882 /java/bootclasspath_fragment.go | |
parent | 75664acd70723caa301dfe9f58fdd848a9ab4de0 (diff) |
Disable tidy default DeprecatedOrUnsafeBufferHandling check
This will suppress warning like:
system/chre/chpp/app.c:637:3: warning: Call to function 'memset' is insecure
as it does not provide security checks introduced in the C11 standard.
Replace with analogous functions that support length arguments or provides
boundary checks such as 'memset_s' in case of C11
[clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]
Test: WITH_TIDY=1 CLANG_ANALYZER_CHECKS=1 make tidy-system-chre-chpp_subset
Change-Id: I87a7bba31aa10260fc408317a8cd54bf80c03152
Diffstat (limited to 'java/bootclasspath_fragment.go')
0 files changed, 0 insertions, 0 deletions