Jump to content

Stack overflow (disambiguation)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jdcomix (talk | contribs) at 00:48, 28 June 2024 (Reverted edit by 2600:1006:B16C:A490:8139:6111:B14B:AE94 (talk) to last version by Sigma440). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A stack overflow is a programming error when too much memory is used on the call stack.

Stack overflow may also refer to:

  • Stack buffer overflow, when a program writes to a memory address on the program's call stack outside of the intended data structure; usually a fixed length buffer
  • Stack Overflow, a question-and-answer website on the topic of computer programming