CVE-2026-18370: Strlcpy Pointer Advance Overflowcve-2026-18370-strlcpy-pointer-advance-overflow
Advancing a pointer or offset directly by the return value of 'strlcpy' can cause buffer overflows or integer underflows. 'strlcpy' returns the full length of the source string rather than the number of bytes written. If the source string exceeds the destination buffer size, the pointer will advance past the allocated boundary.