Wiki Markup |
---|
The managed string library described in \[[Burch 06|AA. References#Burch06Bibliography#Burch06]\] was developed in response to the need for a string library that could improve the quality and security of newly developed C language code while eliminating obstacles to widespread adoption and possible standardization. |
...
Wiki Markup |
---|
Note that the calls to {{fprintf()}} and {{printf()}} are C99 \[[ISO/IEC 9899:1999|AA. References#ISOBibliography#ISO/IEC 9899-1999]\] standard functions and not managed string functions. |
...
Wiki Markup |
---|
String handling functions defined in C99 \[[ISO/IEC 9899:1999|AA. References#ISOBibliography#ISO/IEC 9899-1999]\] Section 7.21 and elsewhere are susceptible to common programming errors that can lead to serious, exploitable [vulnerabilities|BB. Definitions#vulnerability]. Managed strings, when used properly, can eliminate many of these errors, particularly in new development. |
...
Wiki Markup |
---|
\[[Burch 06|AA. References#Burch06Bibliography#Burch06]\] \[[CERT 06c|AA. References#CERTBibliography#CERT 06c]\] \[[ISO/IEC 9899:1999|AA. References#ISOBibliography#ISO/IEC 9899-1999]\] Section 7.21, "String handling <{{string.h}}>" \[[Seacord 05a|AA. References#SeacordBibliography#Seacord 05a]\] Chapter 2, "Strings" |
...