-
See suggested patch for details.
2008-02-12 19:16:59 UTC in AppConference
-
In trunk/conference.c@944, line 851, end_conference():
Call to
ast_softhangup( member->chan, 1 ) ;
is not thread-safe as chan may already have gone away.
2008-02-12 18:54:24 UTC in AppConference
-
member->inFramesLast is not freed.
2008-02-12 18:45:28 UTC in AppConference
-
In trunk/member.c@944: line 142, process_incoming():
Call to
ast_indicate(src_member->chan,AST_CONTROL_VIDUPDATE);
is not thread-safe as chan can at that point already have gone away.
2008-02-12 18:36:10 UTC in AppConference
-
pberndt committed revision 47 to the jEph SVN repository, changing 10 files.
2006-10-07 15:09:46 UTC in jEph
-
pberndt committed revision 46 to the jEph SVN repository, changing 1 files.
2006-09-27 09:28:34 UTC in jEph
-
pberndt committed revision 45 to the jEph SVN repository, changing 1 files.
2006-09-27 09:18:05 UTC in jEph
-
pberndt committed revision 44 to the jEph SVN repository, changing 1 files.
2006-09-27 09:14:59 UTC in jEph
-
pberndt committed revision 43 to the jEph SVN repository, changing 2 files.
2006-09-09 13:33:49 UTC in jEph
-
pberndt committed revision 42 to the jEph SVN repository, changing 1 files.
2006-08-31 19:53:26 UTC in jEph