overflow vt. (-flowed, -flown; -flowing) 使溢出,使泛濫,使漲滿;淹沒;人滿得走不進(房間等)。 The river overflowed its banks. 河水漫出堤岸。 The river overflowed several farms. 河水淹沒了幾個農場。 The goods overflowed the warehouse. 貨物多得倉庫堆不下了。 vi. 溢流,泛濫,漫出;滿,充滿;洋溢;(資源等)過剩。 a man overflowing with sympathy 充滿同情心的人。 a land overflowing with resources of every kind 各種資源都很豐富的國家。 overflow with 充溢,充滿。 n. 1.泛濫,溢流。 2.外溢,充溢,過多,過剩;超出額;溢出物。 3.溢洪道,排水口。 an overflow gate 溢水口。 an overflow of population 人口過剩。 adj. 溢出的;充滿的(=overflowing)。
buffer n. 1.【機械工程】緩沖器,緩沖墊;阻尼器,減震器;消聲器。 2.【化學】緩沖,緩沖劑。 3.緩沖者;緩沖物;緩沖國(= buffer state〕。 4.〔計算機〕緩沖存儲裝置。 oil buffer【機械工程】油壓減震器。 vt. 1.【化學】用緩沖劑處理。 2.緩和;緩沖;保護;使不利影響減少。 buffer economy by raising interest rates 以提高利率來保護經濟。 The drug buffer-ed his pain. 這劑藥減輕了他的病痛。 buffer2 n. 1.【機械工程】拋(光)盤,拋光輪,拋光棒。 2.拋光工人。 n. 1.〔英俚〕無能的人,老派人物。 2.家伙,人。 3.【航海】水手[掌帆]長副手。 He was a bit of buffer. 他有點低能。 an old buffer 老家伙,老糊涂,老朽。
Specifies that an exception appropriate to the condition , such as out of memory , buffer overflow , and so forth , be thrown 指定引發相應于該條件的異常,如內存不足、緩沖區溢出等。
Windows xp security patch : multiple unc provider buffer overflow vulnerability windows xp security patch : smtp rollup Windows xp修補程序:基于direct3d的屏幕保護程序休眠/待機錯誤
The data are extremely discouraging since the buffer overflow problem has been widely known in security circles for years 這里最大的問題是幼稚的用戶不一定知道如何選取更好的口令。
When it finds a vulnerable system , this malware sends a specially crafted packet to produce a buffer overflow on lsass . exe 為了大量散播病毒檔案,病毒掃描網路以便搜尋未修正的系統
As a consequence , in this column , we ll introduce the single biggest software security threat : the dreaded buffer overflow 在這部分中,我們將開始討論口令系統的實質- -驗證用戶身份。
Buffer overflow occurs when a program or process tries to store more data in a buffer than it was intended to hold 緩沖區溢出發生在一個程序或進程試圖在一個緩沖區中存儲多于其存儲量的數據時。
Learn how to write secure applications , validate and check inputs , prevent buffer overflows , and more with david wheeler s 中學習如何編寫安全的應用程序,驗證和檢查輸入,防止緩沖區溢出,等等。
Buffer overflow attack is the main measure of hacker ’ s attack . it has done more and more harm to information security 緩沖區溢出攻擊是黑客攻擊的主要手段,給網絡信息安全帶來了越來越大的危害。
Unnecessary services can be used by an outside attacker to execute code on the server , such as by using buffer overflows see 外部攻擊者可以利用不必要的服務在服務器上執行代碼,比如通過緩存溢出(參見
" the most frequent attack path hackers use to get into systems is to use stack overflows , buffer overflows , and memory overflows “黑客用來闖入系統最常見的攻擊方法是使用堆棧溢出、緩沖區溢出和內存溢出。
In computer security and programming, a buffer overflow, or buffer overrun, is an anomaly where a program, while writing data to a buffer, overruns the buffer's boundary and overwrites adjacent memory. This is a special case of violation of memory safety.