14 lines
526 B
ReStructuredText
14 lines
526 B
ReStructuredText
|
.. title:: clang-tidy - clang-analyzer-security.insecureAPI.gets
|
||
|
.. meta::
|
||
|
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-gets
|
||
|
|
||
|
clang-analyzer-security.insecureAPI.gets
|
||
|
========================================
|
||
|
|
||
|
Warn on uses of the 'gets' function.
|
||
|
|
||
|
The `clang-analyzer-security.insecureAPI.gets` check is an alias, please see
|
||
|
`Clang Static Analyzer Available Checkers
|
||
|
<https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-gets>`_
|
||
|
for more information.
|