buffer overrun
常見(jiàn)例句
- Some built-in functions have also been updated to protect against buffer overruns with a minimal amount of overhead.
有些內(nèi)建的函數(shù)也已經(jīng)被更新,以較小的開(kāi)銷防止緩沖區(qū)溢出。 - For example, countless security issues came down to buffer overruns in C++ code where a buffer was passed without a corresponding length.
比如,C++代碼中,傳遞緩沖區(qū)卻不攜帶其長(zhǎng)度的話,會(huì)造成無(wú)數(shù)的緩沖區(qū)溢出問(wèn)題。 - 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.
該方法的關(guān)鍵是對(duì)C語(yǔ)言的源代碼做靜態(tài)分析,把緩沖區(qū)溢出這個(gè)事件作爲(wèi)一個(gè)整數(shù)區(qū)域問(wèn)題來(lái)看待,從而建立緩沖區(qū)溢出的數(shù)學(xué)模型。 返回 buffer overrun