Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This noncompliant code example also violates ERR33-C. Detect and handle standard library errors because the value returned by fopen() is not checked for errors.

...

Search for vulnerabilities resulting from the violation of this rule on the CERT website.

Related Guidelines

...