CertC-FIOΒΆ
Input Output
Nested Rules
Exclude user input from format strings |
|
Distinguish between characters read from a file and EOF or WEOF |
|
Do not assume that fgets() or fgetws() returns a nonempty string when successful |
|
Do not copy a FILE object |
|
Do not alternately input and output from a stream without an intervening flush or positioning call |
|
Reset strings on fgets() or fgetws() failure |
|
Do not call getc(), putc(), getwc(), or putwc() with a stream argument that has side effects |
|
Close files when they are no longer needed |
|
Use valid format strings |
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.