Definitions by aLeX
buffer overflow
Computer term: When code in the stack-buffer overflows into another application's process. Can cause applications to crash or execute malicious code.
buffer overflow by Alex January 15, 2004
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.
call stack by Alex January 15, 2004