Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added memory leaks to common defects.

...

Allocating and freeing memory in different modules and levels of abstraction may make it difficult to determine when and if a block of memory has been freed, leading to programming defects such as memory leaks, double-free vulnerabilities, accessing freed memory, or writing to freed or unallocated memory.

...