Move initialization of 'overflow' before the return statement
Valgrind shows an error because the overflow
by ref variable is not initialized if b==0.
Edited by Bertrand Martin Dit Latour
Valgrind shows an error because the overflow
by ref variable is not initialized if b==0.