machinery icon indicating copy to clipboard operation
machinery copied to clipboard

fix: overflow when parsing a huge uint64 number

Open apocelipes opened this issue 3 years ago • 0 comments

Such as 1<<64 - 1, math.MaxInt64 + 1, etc. Sending these values to task arguments will cause a panic. These values are legal golang uint64 values.

apocelipes avatar Mar 29 '22 05:03 apocelipes