A buffer overflow occurs when a computer program attempts to stuff more data into a buffer (a defined temporary storage area) than it can hold. The excess data bits then overwrite valid data and can even be interpreted as program code and executed.
True or False
A buffer overflow occurs when a computer program attempts to stuff more data into a buffer...