CVE-2026-54715: Goaccess Unanchored Strstr Offset Memmovecve-2026-54715-goaccess-unanchored-strstr-offset-memmove
Potential out-of-bounds write: `strstr` is used to check for a substring without capturing its pointer, but `memmove` is performed using a fixed offset from the base pointer (`$MATCH + $OFFSET`). Ensure the substring pointer is captured and bounds-checked before computing destination offsets.