Detect Go's silent arithmetic bugs with go-panikint
• Go’s arithmetic operations on standard integer types are silent by default, meaning overflows ‘wrap around’ without panicking. • This behavior has hidden an entire class of secur
• Go’s arithmetic operations on standard integer types are silent by default, meaning overflows ‘wrap around’ without panicking. • This behavior has hidden an entire class of secur