Fix leak on div by zero compound assignment with coercion The result == op1 check did not work properly here, because op1 was &op1_copy at this point. Move the division by zero reporting
Fix leak on div by zero compound assignment with coercion The result == op1 check did not work properly here, because op1 was &op1_copy at this point. Move the division by zero reporting out of the _base function, so it can check the original op1.
show more ...
|