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