[PATCH] D66049: [analyzer] PR41729: Fix some false positives and improve strlcat and strlcpy modeling
Endre Fülöp via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 03:00:17 PDT 2019
gamesh411 added a comment.
Nice improvements! It was a good catch that a substantial part of the checker could be cut out. Accurate modelling of CString and related API-s is really important, and this is a good step in that direction.
I would test this on a larger codebase as well before committing, but LGTM otherwise.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66049/new/
https://reviews.llvm.org/D66049
More information about the cfe-commits
mailing list