make ret_val=1 overwrite ret_val=123
if crashes occur (ret_val=1) and at the same time a change in complexity numbers is detected (ret_val=123), the number change previously overwrote the crashes so that the global return value did not reflect the crashes
Loading
Please register or sign in to comment