also: バッファーオーバーラン · バッファオーバラン
noun, noun or participle which takes 'suru'
buffer overrun
Computing term for a condition where a program writes data beyond the allocated buffer, potentially causing crashes or security vulnerabilities. Often used interchangeably with バッファオーバーフロー.
バッファオーバーランを防ぐために、入力サイズをチェックする。
Check the input size to prevent buffer overruns.
この脆
This vulnerability was caused by a buffer overrun.