Submitted by shw, also found by pauliax
SafeMath library functions are not always used in the Gravity contracts arithmetic operations, which could cause integer underflow/overflows. Using SafeMath is considered a best practice that could completely prevent underflow/overflows and increase code consistency.
Referenced code:
Consider using the SafeMath library functions in the referenced lines of code.
jkilpatr (Althea) confirmed:
