中英互译
buffer overflow
基本释义
- 缓冲区溢出:计算机安全领域的术语,指向缓冲区添加的数据量超过缓冲区大小的事件。如果没有预先考虑这种情况,通常会导致灾难性的错误。
双语例句
- What's a buffer overflow?什么是缓冲区溢出?
- What is a buffer overflow?什么是缓冲区溢位?
- This column gives an overview of the buffer overflow problem.本专栏概述了缓冲区溢位问题。
网络短语
- Buffer Overflow Attack攻击;缓冲器溢位攻击;缓冲区溢出攻击
- Kernel Buffer OverFlow内核缓冲区溢出
- Remote buffer overflow溢出
- network buffer overflow网络缓存上溢
- heap-based buffer overflow缓冲区溢位
英英释义
- In computer security and programming, a buffer overflow, or buffer overrun, is an anomaly where a program, while writing data to a buffer, overruns the buffer's boundary and overwrites adjacent memory. This is a special case of violation of memory safety.