
please wait
chwsks wrote: |
---|
I thought a stack overflow meant that I ran out of memory. I still don't understand how someone can overflow a buffer and gain control of a computer. Wikipedia articles are so little help--when you read a Wikipedia article looking for something you do not understand you realize professional editors are very important. read this: http://en.wikipedia.org/wiki/Stack_overflow |
Older Revision wrote: |
---|
When a program attempts to use more space than is available on the call stack (that is, when it attempts to access memory beyond the call stack's bounds, which is essentially a [[buffer overflow]] |
Current revision wrote: |
---|
when too much memory is used on the call stack |