1Password interview question

What is a buffer overflow? (security position)

Interview Answer

Anonymous

10 Feb 2022

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

2