Skip to content

title: Potential Integer overflow made by strconv.Atoi result conversion to int16/32 shortname: potential-integer-overflow description: The software performs a calculation that can produce an integer overflow or wraparound. anchor: gosec group: top10-insecure-design pretty_name: G109: Potential Integer overflow made by strconv.Atoi result conversion to int16/32


Potential Integer overflow made by strconv.Atoi result conversion to int16/32

The software performs a calculation that can produce an integer overflow or wraparound.

More Information

G109: Potential Integer overflow made by strconv.Atoi result conversion to int16/32