Versions Compared

Key

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

...

  • A memory leak
  • An infinite loop
  • The program requires more memory than is present by default in the heap
  • Incorrect implementation of common data structures (hash tables, vectors, etc.)
  • Unbound deserialization

Noncompliant Code Example 1

...