Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added definition of string

...

Anchor
strictly conforming
strictly conforming

strictly conforming [ISO/IEC 9899:2011]
A strictly conforming program is one that uses only those features of the language and library specified in the international standard. Strictly conforming programs are intended to be maximally portable among conforming implementations and cannot, for example, depend on implementation-defined behavior.

Anchor
string
string

string [ISO/IEC 9899:2011]
A string is a contiguous sequence of characters terminated by and including the first null character.

Anchor
tainted source
tainted source

tainted source
External source of untrusted data.

...