Jump to content

Stack overflow (disambiguation)

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by 94.175.200.195 (talk) at 17:16, 25 March 2025 (why is stack overflow not linked). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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