CVE-2026-65918: Unclamped Memcpy After Mincve-2026-65918-unclamped-memcpy-after-min
A length parameter is clamped using `std::min` to calculate a safe length, but the original unclamped variable is passed to `memcpy`. This can cause an out-of-bounds read or write.