...
Anchor | ||||
---|---|---|---|---|
|
target implementation
Implementation of the C programming language whose environmental limits and implementation-defined behavior are assumed by the analyzer during the analysis of a program.
Anchor TOCTOU TOCTOU
TOCTOU
time-of-check, time-of-use ()
Anchor | ||||
---|---|---|---|---|
|
trap representation [ISO/IEC 9899:2011]
Object representation that does not represent a value of the object type. Attempting to read the value of an object that has a trap representation other than by an expression that has a character type is undefined. Producing such a representation by a side effect that modifies all or any part of the object other than by an expression that has a character type is undefined.
...