累计查询 0.00 亿次

buffer overflow

  • 缓冲区溢出:计算机安全领域的术语,指向缓冲区添加的数据量超过缓冲区大小的事件。如果没有预先考虑这种情况,通常会导致灾难性的错误。

双语例句

  1. What's a buffer overflow?
    什么是缓冲区溢出?
  2. What is a buffer overflow?
    什么是缓冲区溢位?
  3. 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.