[PATCH] D45050: [clang-tidy] New checker for not null-terminated result caused by strlen or wcslen

Csaba Dabis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 19 02:22:59 PDT 2018


Charusso added a comment.

I tried my checker on 10 famous open source project, this is the outcome:

F5977628: curl_lib_transfer_c.html <https://reviews.llvm.org/F5977628>
F5977629: ffmpeg_libavformat_sdp_c.html <https://reviews.llvm.org/F5977629>
F5977631: openssl_apps_ca_c.html <https://reviews.llvm.org/F5977631>
F5977633: postgresql_src_backend_libpq_auth_c.html <https://reviews.llvm.org/F5977633>
F5977635: postgresql_src_backend_utils_adt_cash_c.html <https://reviews.llvm.org/F5977635>
F5977636: postgresql_src_interfaces_ecpg_compatlib_informix_c.html <https://reviews.llvm.org/F5977636>
F5977637: postgresql_src_interfaces_ecpg_pgtypeslib_datetime_c.html <https://reviews.llvm.org/F5977637>


https://reviews.llvm.org/D45050





More information about the cfe-commits mailing list