...
- 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
...
...
...