本製品は、バッファの先頭より前のメモリ位置を参照するインデックスまたはポインタを使用して、バッファへの読み書きを行う。
これは通常、ポインタやそのインデックスがバッファより前の位置までデクリメントされた場合、ポインタ演算の結果、有効なメモリ位置の先頭より前の位置になった場合、あるいは負のインデックスが使用された場合に発生する。
The product reads or writes to a buffer using an index or pointer that references a memory location prior to the beginning of the buffer.
This typically occurs when a pointer or its index is decremented to a position before the buffer, when pointer arithmetic results in a position before the beginning of the valid memory location, or when a negative index is used.