Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added diagnostic message, warning and error.

...

Anchor
denial-of-service
denial-of-service
Anchor
dos
dos

denial-of-service attack
Also DoS attack. An attempt to make a computer resource unavailable to its intended users.

Anchor
diagnostic message
diagnostic message

diagnostic message [ISO/IEC 9899:2011]
According to the C11 standard, a diagnostic message is a message belonging to an implementation-defined subset of the implementation’s message output. A diagnostic message may indicate a constraint violation, or a valid but questionable language construct. Messages typically include the file name and line number pointing to the offending code construct. In addition, implementations also often indicate the severity of the problem. While the C standard doesn't specify any such requirement, the most severe problems often cause implementations to fail to successfully translate a translation unit. Diagnostics output in such cases are termed errors. Other problems may cause implementations to simply issue a warning message and continue translating the rest of the program.

Anchor
error
error

error
A diagnostic message generated when source code is encountered that prevents an implementation from translating a translation unit.

Anchor
error tolerance
error tolerance

error tolerance [IEEE Std 610.12 1990]
The ability of a system or component to continue normal operation despite the presence of erroneous inputs.

...

Anchor
vulnerability
vulnerability

vulnerability [Seacord 2005a]
Set of conditions that allows an attacker to violate an explicit or implicit security policy.

 

Anchor
warning
warning

 

warning
A diagnostic messages which message generated when source code is encountered that does not prevent an implementation from completing the translating a translation unit.


...