...
Anchor | ||||
---|---|---|---|---|
|
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 [ISO/IEC 9899:2011]
A string is a contiguous sequence of characters terminated by and including the first null character.
Anchor | ||||
---|---|---|---|---|
|
tainted source
External source of untrusted data.
...