return address chaining
"Return address chaining" refers to the technique in computer programming where the return address of a function is stored in a specific location, allowing the program to return to the correct location after executing a series of nested function calls.
Requires login.