Files
asterisk/res
Sean Bright c80ce750bb res_agi.c: Ensure SIGCHLD handler functions are properly balanced.
Calls to `ast_replace_sigchld()` and `ast_unreplace_sigchld()` must be
balanced to ensure that we can capture the exit status of child
processes when we need to. This extends to functions that call
`ast_replace_sigchld()` and `ast_unreplace_sigchld()` such as
`ast_safe_fork()` and `ast_safe_fork_cleanup()`.

The primary change here is ensuring that we do not call
`ast_safe_fork_cleanup()` in `res_agi.c` if we have not previously
called `ast_safe_fork()`.

Additionally we reinforce some of the documentation and add an
assertion to, ideally, catch this sooner were this to happen again.

Fixes #922
2024-10-01 15:01:28 +00:00
..
2023-04-03 07:12:13 -05:00
2024-08-12 15:21:29 +00:00
2023-01-30 16:17:20 -05:00
2024-02-28 18:38:56 +00:00
2021-12-03 12:12:02 -06:00
2023-04-03 07:12:13 -05:00
2021-11-18 16:02:22 -06:00
2021-11-18 16:02:22 -06:00
2021-11-18 16:02:22 -06:00
2021-11-18 16:02:22 -06:00
2021-11-18 16:02:22 -06:00
2021-11-18 16:02:22 -06:00
2021-11-18 16:02:22 -06:00
2021-11-18 16:02:22 -06:00
2021-12-03 12:12:02 -06:00
2021-11-15 15:41:51 -06:00
2021-12-03 12:12:02 -06:00
2021-11-15 15:41:51 -06:00
2021-11-15 15:41:51 -06:00
2022-07-12 07:45:19 -05:00
2021-12-03 12:12:02 -06:00
2021-11-18 16:25:23 -06:00
2024-02-28 18:38:56 +00:00
2021-11-15 15:41:51 -06:00
2021-11-15 15:41:51 -06:00
2021-11-15 15:41:51 -06:00
2023-12-08 13:11:45 +00:00
2021-11-15 15:41:51 -06:00
2021-12-03 12:12:02 -06:00
2023-12-08 13:11:45 +00:00
2021-12-03 12:12:02 -06:00