1Password interview question

What is a buffer overflow? (security position)

Interview Answer

Anonymous

Feb 10, 2022

It is when you read past the aloted size of a array and read further into memory, possibly getting sensitive information.

2