...
| CERT C++ Secure Coding Standard | PRE09-CPP. Do not replace secure functions with less secure functions |
|---|---|
| ISO/IEC TR 24772 | Executing or loading untrusted code [XYS] |
| MITRE CWE | CWE-684, " Failure to provide specified functionality" |
Bibliography
| [ISO/IEC 9899:2011] | Section 7.21.6.12, "The vsnprintf Function" |
|---|---|
| [Open Group 2004] | vsnprintf() |
| [Seacord 2005a] | Chapter 6, "Formatted Output" |
| [VU#654390] |
...