[clang] [clang][StaticAnalyzer] Adding getentropy to CStringChecker. (PR #83675)
Balázs Kéri via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 5 09:32:49 PST 2024
balazske wrote:
Currently it looks OK to add `getentropy` to this checker because it is a string related function in a way. Otherwise it looks like that many of the checks (for buffer access, and buffer invalidations) that are implemented in `CStringChecker` could be moved to `StdLibraryFunctionsChecker` (but this can be more work).
https://github.com/llvm/llvm-project/pull/83675
More information about the cfe-commits
mailing list