Random
Source Code

call stack

Computer term: Stack where functions are called in an application. Functions are "PUSHED" on to the stack when called and "POPPED" when retrieved. The stack is in FILO (First In, Last Out) format.

The call stack was vulnerable to a buffer overflow

by Alex January 15, 2004

6👍 2👎