mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
Poison varint: MaxUint64 encoded as varint (0xFFFFFFFFFFFFFFFF). The bounds check uint64(nSize)+n overflows to 9, bypassing the guard. Then int(MaxUint64)=-1 makes src[10:9] which panics.