CertC++-MSCΒΆ
Miscellaneous
Nested Rules
Do not use the rand() function for generating pseudorandom numbers |
|
Properly seed pseudorandom number generators |
|
Do not pass invalid data to the asctime() function |
|
Ensure that control never reaches the end of a non-void function |
|
Do not treat a predefined identifier as an object if it might only be implemented as a macro |
|
Do not call va_arg() on a va_list that has an indeterminate value |
|
Do not violate constraints |
|
Never hard code sensitive information |
|
Do not use std::rand() for generating pseudorandom numbers |
|
Ensure your random number generator is properly seeded |
|
Value-returning functions must return a value from all exit paths |
|
Do not return from a function declared [[noreturn]] |
Options
Setting an option for this rule means setting the default for all nested rules.
This rule shares the following common options: exclude_in_macros, exclude_messages_in_system_headers, excludes, extend_exclude_to_macro_invocations, includes, justification_checker, languages, post_processing, provider, report_at, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
This rule has no individual options.