chai icon indicating copy to clipboard operation
chai copied to clipboard

Update the integer overflow detection code (broken on arm64)

Open jhchabran opened this issue 3 years ago • 0 comments

The code that detects it at the moment is implementation dependent (https://github.com/genjidb/genji/blob/main/document/cast.go#L88)

It works on x64 but not on arm64. (https://github.com/golang/go/issues/47387)

jhchabran avatar Aug 03 '21 08:08 jhchabran