Versions Compared

Key

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

...

Non-Compliant Code Example

The following noncompliant non-compliant code overflows its buffer if msg is too long, and has undefined behavior if msg is a null pointer.

...