en

Buffer overflow

ru

Translation buffer overflow into russian

buffer overflow
The program crashed due to a buffer overflow.
Программа вылетела из-за переполнения буфера.

Definitions

A buffer overflow is a programming error that occurs when a program writes more data to a buffer than it can hold, which can lead to data corruption, crashes, or security vulnerabilities by allowing attackers to execute arbitrary code.