Submitted by cmichel, also found by 0xRajeev
Some parameters of functions are not checked for invalid values:
A wrong user input,  or wallets defaulting to the zero addresses for a missing input, can lead to the contract needing to redeploy or wasted gas.
Recommend validating the parameters.
kristian-gro (Gro) acknowledged:
