...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
CERT C++ Secure Coding Standard: PRE30-CPP. Do not create a universal character name through concatenation
Bibliography
unmigrated-wiki-markup
|AA. Bibliography#ISO/IEC 10646-2003]\] \[[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999]\] Section 5.1.1.2, "Translation phases," Section 6.4.3, "Universal character names," and Section 6.10.3.3, "The ## operator"
Bibliography
...
PRE13-C. Avoid changing control flow in macro definitions 01. Preprocessor (PRE) PRE31-C. Avoid side-effects in arguments to unsafe macros