[PATCH] D70411: [analyzer] CERT: StrChecker: 31.c

Csaba Dabis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 4 14:00:47 PST 2019


Charusso added a comment.

I have picked `curl` as an example, because it has a measurable amount of reports. I still recommend to make this alpha, because the expression-tracking cannot track members, and peoples are using members everywhere.

F10966837: str31-c.tar.gz <https://reviews.llvm.org/F10966837>

- It is made with CodeChecker:

  --analyzers clangsa \
  --disable default \
  --enable core \
  --enable unix \
  --enable security.cert.str.StrCheckerBase \
  --enable security.cert.str.31.c \
  --saargs sa_args.txt



  $ cat sa_args.txt
  
  -Xclang -analyzer-config -Xclang silence-checkers="core;unix"


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70411/new/

https://reviews.llvm.org/D70411





More information about the cfe-commits mailing list