CVE-2026-33899: Out Of Bounds Read Write Length Minus Onecve-2026-33899-out-of-bounds-read-write-length-minus-one
Array access with `$LEN - 1` without proper bounds checking can lead to an integer underflow and memory corruption (OOB read/write) if `$LEN` is 0. Ensure that `$LEN` is adequately validated or bounded before deducting 1 to access the array.