Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

This rule appears in the C++ Secure Coding Standard as ERR01-CPP. Use ferror() rather than errno to check for FILE stream errors.

...

Bibliography

Wiki Markup
\[[Horton 90|AA. Bibliography#Horton 90]\] Section 14, p. 254
\[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 6.3.1.1, "Boolean, characters, and integers," Section  7.1.4, and Section 7.9.10.3, "The {{ferror}} function"
\[[ISO/IEC PDTR 24772|AA. Bibliography#ISO/IEC PDTR 24772]\] "NZN Returning error status"
\[[Koenig 89|AA. Bibliography#Koenig 89]\] Section 5.4, p. 73

...