...
| Code Block |
|---|
Again, assuming a minimally compliant implementation, the first three universal characters used in an identifier must be unique. |
...
{code:bgColor=#ccccff} extern int \U00010401\U00010401\U00010401\U00010401[100]; |
...
extern int \U00010402\U00010401\U00010401\U00010401[100 |
...
| Code Block | |
|---|---|
| bgColor | #ccccff];
|
Risk Assessment
Non-unique identifiers can lead to abnormal program termination and denial-of-service attacks.
...