Issue Information
-
#008082
-
1 - Low
-
Fixed
Issue Confirmations
-
Yes (2)No (0)
itemheal rand(2000000,3000000),rand(2000000,3000000);use this and your character will be killed, I don't know if it is intended, but I really want it to work instead of killing the character

use heal instead of itemheal ?
click 'Yes'
heal rand(2000000,3000000),rand(2000000,3000000);but its still a bug ...
click 'Yes'
@AnnieRuru heal is quite different from itemheal, see my last commit
@evilpuncker
I couldn't reproduce this issue without trying to overflow, but even so I coded an overflow check... It's not a good idea to input values that are so near INT_MAX
Fixed in https://github.com/H...cd5e8c19e5d53f4
@evilpuncker
I couldn't reproduce this issue without trying to overflow, but even so I coded an overflow check... It's not a good idea to input values that are so near INT_MAX
Fixed in https://github.com/H...cd5e8c19e5d53f4
thanks pan