Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

#ccccff
Code Block
bgColor
];

Risk Assessment

Non-unique identifiers can lead to abnormal program termination and denial-of-service attacks.

...