中英
整数溢出
  • 简明
  • 1
    整数溢出:在计算机编程中,当一个整数超过了其数据类型所能表示的最大值时,会发生整数溢出现象。
  • 网络释义
  • 专业释义
  • 1

     Integer Overflow

    ...Use-After-Free):由于某些对象在释放之后仍然被使用,导致内存可以被复用并执行代码; (2)整数溢出Integer Overflow):由于某些未知的整数溢出导致可以篡改内存,导致代码执行; (3)栈内存溢出(Stack Overflow):由于没有检查栈上的变量长...

  • 2

     Program Exception - integer overflow

    ... kernel integer overflow 内核整型溢出漏洞 integer overflow trap 整数溢位陷阱 Program Exception - integer overflow 整数溢出 ...

短语
查看更多
  • 双语例句
  • 1
    确保启用了整数溢出检查。
    Ensure that integer overflow checking is enabled.
  • 2
    QueryXBitmaps和QueryXExtents的协议请求处理程序中还存在一个整数溢出漏洞,这两个请求导致调用build_range函数。
    An integer overflow vulnerability exists within the handlers for the QueryXBitmaps and QueryXExtents protocol requests. Both requests result in a call to the build_range function.
  • 3
    如果该数字可以递增而不溢出整数存储位置,则程序使结果加上1并打印输出。
    If the number can be incremented without overflowing the integer storage location, the program adds 1 to the result and prints the output.
查看更多