...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Other Languages
This rule appears in the C++ Secure Coding Standard as ERR01-CPP. Use ferror() rather than errno to check for FILE stream errors.
References
Wiki Markup |
---|
\[[Horton 90|AA. C References#Horton 90]\] Section 14, p. 254 \[[ISO/IEC 9899:1999|AA. C References#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. C References#ISO/IEC PDTR 24772]\] "NZN Returning error status" \[[Koenig 89|AA. C References#Koenig 89]\] Section 5.4, p. 73 |
...