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.

References

Wiki Markup
\[[ECTC 98|AA. C References#ECTC 98]\]
\[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] 
\[[Seacord 05a|AA. C References#Seacord 05a]\] Chapter 2, "Strings"
[The Embedded C++ Programming Guide Lines|http://www.caravan.net/ec2plus/guide.html].  Version WP-GU-003. 6,Jan 1998 by the Embedded C++ Technical Committee A.8 Character array initialization

...

STR35-C. Do not copy data from an unbounded source to a fixed-length array      07. Characters and Strings (STR)       STR37-C. Arguments to character handling functions must be representable as an unsigned char