Versions Compared

Key

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

...

C11 Annex K  introduced the new type errno_t that is defined to be type int in errno.h and elsewhere. Many of the functions defined in C11 Annex K return values of this type [ISO/IEC 9899:2011]. The errno_t type should be used as the type of an object that may contain only values that might be found in errno. For example, a function that returns the value of errno should be declared as having the return type errno_t.

...

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

DCL09-C

lowLow

unlikelyUnlikely

lowLow

P3

L3

Related Vulnerabilities

...

Bibliography

...

 

...