buffer overrun
常見例句
- Some built-in functions have also been updated to protect against buffer overruns with a minimal amount of overhead.
有些內(nèi)建的函數(shù)也已經(jīng)被更新,以較小的開銷防止緩沖區(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ū)卻不攜帶其長度的話,會造成無數(shù)的緩沖區(qū)溢出問題。 - 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)鍵是對C語言的源代碼做靜態(tài)分析,把緩沖區(qū)溢出這個事件作為一個整數(shù)區(qū)域問題來看待,從而建立緩沖區(qū)溢出的數(shù)學(xué)模型。 返回 buffer overrun