We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e2b8c commit 18fe982Copy full SHA for 18fe982
pkg/addr/isdas.go
@@ -127,7 +127,7 @@ func asParseBGP(s string) (retAs AS, retErr error) {
127
// @ strconv.Exp2to10(30)
128
// @ strconv.Exp2to10(20)
129
// @ strconv.Exp2to10(10)
130
- // @ assert _as < strconv.Exp(2, BGPASBits)
+ // @ assert _as < uint64(strconv.Exp(2, BGPASBits))
131
return AS(_as), nil
132
}
133
0 commit comments