Submitted by tensors, also found by 0xRajeev, JMukesh and pauliax
Many functions throughout LongShort.sol and YieldManager.sol have no simple checks for validating inputs. Below some examples are linked. See LongShort.sol L254, and YieldManager.sol L149.
Recommend simple validations like requiring non-zero address or checking that amounts are non-zero would fix this.
JasoonS (Float) disputed:
0xean (judge) commented:
