yq/pkg
max ecc87a4081 fix(sort): avoid int64 overflow comparing large integers
The int/int comparator returned int(lhs - rhs); the int64 subtraction overflows for large-magnitude values, giving the wrong sign. Compare directly instead.
2026-07-06 03:55:06 +02:00
..
yqlib fix(sort): avoid int64 overflow comparing large integers 2026-07-06 03:55:06 +02:00