| .. title:: clang-tidy - clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling |
| .. meta:: |
| :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-deprecatedorunsafebufferhandling |
| |
| clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling |
| ==================================================================== |
| |
| Warn on uses of unsecure or deprecated buffer manipulating functions. |
| |
| The `clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling` check is an alias, please see |
| `Clang Static Analyzer Available Checkers |
| <https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-deprecatedorunsafebufferhandling>`_ |
| for more information. |