Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evandrocoan/52869eb0dae7ec3b40525628ff2be276 to your computer and use it in GitHub Desktop.
Save evandrocoan/52869eb0dae7ec3b40525628ff2be276 to your computer and use it in GitHub Desktop.
The following is an example of a memory allocation problem that may occur during application execution. In this problem example, an overwriting of a memory of an object in the heap by an object in the stack of another object in the heap occurs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment