Versions Compared

Key

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

...

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

Related Guidelines

CERT C++ Secure Coding StandardDCL09-CPP. Declare functions that return errno with a return type of errno_t
ISO/IEC TR 24731-1:2007 
ISO/IEC TR 24772Returning error status [NZNIgnored Error Status and Unhandled Exceptions [OYB]
MISRA-CRule 20.5 (required): The error indicator errno shall not be used

...