CERT.LITERAL.MULTIBYTE.CHAR

Assignment of multi-byte character constant is implementation defined

Vulnerability and risk

Use of multi-byte character constant is implementation defined and usage could affect portability

Vulnerable code example

void foo() { wchar_t wc = L'ab'; }