13 lines
576 B
ReStructuredText
13 lines
576 B
ReStructuredText
.. title:: clang-tidy - clang-analyzer-security.insecureAPI.mkstemp
|
|
.. meta::
|
|
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-mkstemp
|
|
|
|
clang-analyzer-security.insecureAPI.mkstemp
|
|
===========================================
|
|
|
|
Warn when 'mkstemp' is passed fewer than 6 X's in the format string.
|
|
|
|
The `clang-analyzer-security.insecureAPI.mkstemp` check is an alias, please see
|
|
`Clang Static Analyzer Available Checkers
|
|
<https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-mkstemp>`_
|
|
for more information.
|