Explain why the child calls _exit() and not exit()

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2026-03-23 19:24:18 +01:00
parent 3d57272bbc
commit a5b6f6f778
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -37,6 +37,8 @@ typedef void mbedtls_test_fork_child_callback_t(
* information (test result and failure location) is propagated to the
* parent.
*
* \note Memory leak detection is disabled in the child.
*
* \param child_callback Callback function to run in the child.
* \param param Parameter to pass to the callback function.
* \param[out] child_output On success, data retrieved from the child.