Security

Explain what is Buffer Overflow

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

A buffer overflow (or buffer overrun) occurs when the volume of data exceeds the storage capacity of the memory buffer. As a result, the program attempting to write the data to the buffer overwrites adjacent memory locations.