TerminateModuleForkChild(): move safety checks there.
We don't want that the API could be used directly in an unsafe way, without checking if there is an active child. Now the safety checks are moved directly in the function performing the operations.
Please register or sign in to comment