[PATCH] D91000: [clang-tidy] Add bugprone-unsafe-functions checker.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 9 07:44:21 PDT 2022


balazske added a comment.

Another functions that can be added to the list: `atoi()`, `atol()`, `atoll()`, `atof()`. These are unsafe according to https://wiki.sei.cmu.edu/confluence/display/c/ERR34-C.+Detect+errors+when+converting+a+string+to+a+number.


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

https://reviews.llvm.org/D91000



More information about the cfe-commits mailing list