buffer overrun
常见例句
- Some built-in functions have also been updated to protect against buffer overruns with a minimal amount of overhead.
有些内建的函数也已经被更新,以较小的开销防止缓冲区溢出。 - For example, countless security issues came down to buffer overruns in C++ code where a buffer was passed without a corresponding length.
比如,C++代码中,传递缓冲区却不携带其长度的话,会造成无数的缓冲区溢出问题。 - The key of this method is to use static analysis, and through formulating detection of buffer overruns as an integer range analysis problem to model the potential buffer overrun vulnerabilities.
该方法的关键是对C语言的源代码做静态分析,把缓冲区溢出这个事件作为一个整数区域问题来看待,从而建立缓冲区溢出的数学模型。 返回 buffer overrun