-
- Downloads
Merged revisions 48375 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r48375 | tilghman | 2006-12-10 18:47:21 -0600 (Sun, 10 Dec 2006) | 13 lines Merged revisions 48374 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48374 | tilghman | 2006-12-10 18:33:59 -0600 (Sun, 10 Dec 2006) | 5 lines When doing a fork() and exec(), two problems existed (Issue 8086): 1) Ignored signals stayed ignored after the exec(). 2) Signals could possibly fire between the fork() and exec(), causing Asterisk signal handlers within the child to execute, which caused nasty race conditions. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48376 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- apps/app_externalivr.c 11 additions, 1 deletionapps/app_externalivr.c
- apps/app_festival.c 9 additions, 2 deletionsapps/app_festival.c
- apps/app_ices.c 15 additions, 3 deletionsapps/app_ices.c
- apps/app_mp3.c 13 additions, 3 deletionsapps/app_mp3.c
- apps/app_nbscat.c 13 additions, 3 deletionsapps/app_nbscat.c
- apps/app_zapras.c 13 additions, 5 deletionsapps/app_zapras.c
- res/res_agi.c 18 additions, 6 deletionsres/res_agi.c
- res/res_musiconhold.c 11 additions, 0 deletionsres/res_musiconhold.c
Loading
Please register or sign in to comment