kgoba / ft8_lib

FT8 library
MIT License
201 stars 67 forks source link

fix: possible integer overflow #35

Open b4yuan opened 1 year ago

b4yuan commented 1 year ago

If user input is large enough, the multiplication to calculate malloc() size could overflow.