Fixed uninitialized memory due to missing returns in canary
Functions which are suppose to crash on non canary builds usually don't return anything which lead to uninitialized memory being used.
Please register or sign in to comment
Functions which are suppose to crash on non canary builds usually don't return anything which lead to uninitialized memory being used.