You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a 32bit platform uint can be uint32. So this code needs to validate that i is actually less than uint on the current platform. Not a problem on 64bit architectures where uint is uint64.
go-toml/unmarshaler.go
Line 939 in b2e0231
On a 32bit platform
uint
can beuint32
. So this code needs to validate thati
is actually less thanuint
on the current platform. Not a problem on 64bit architectures whereuint
isuint64
.Tracking issue for:
The text was updated successfully, but these errors were encountered: