contracts
contracts copied to clipboard
fix: Check for overflows in safety checker
Description Adds a check to prevent overflows in the safety checker. Prevents the chance that an overflow here can be used to exploit the safety checker. Currently this is not an exploitable issue but it's better to be safe than sorry!