Files
asterisk/apps
Sean Bright 7973b7474a 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

(cherry picked from commit c80ce750bb)
2024-11-14 20:00:45 +00:00
..
2019-05-10 10:22:55 -06:00
2021-11-18 10:38:16 -06:00
2021-11-18 10:38:16 -06:00
2024-01-12 18:21:33 +00:00
2022-05-09 08:21:58 -05:00
2021-11-15 14:39:42 -06:00
2021-11-18 10:38:16 -06:00
2023-01-30 16:17:20 -05:00
2021-08-19 11:18:00 -05:00
2021-11-16 18:42:02 -06:00
2021-11-18 10:38:16 -06:00
2024-01-12 18:21:33 +00:00
2021-11-15 14:39:42 -06:00
2021-11-15 14:39:42 -06:00