A buffer overflow is an anomaly where a program, while writing data to a buffer, overruns the buffer

A buffer overflow is an anomaly where a program, while writing data to a buffer, overruns the buffer's boundary and overwrites adjacent memory locations.
Was this page helpful?