----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3055/#review10419 -----------------------------------------------------------
Ship it! Ship It! - Matt Jordan On Dec. 11, 2013, 9:31 a.m., Scott Griepentrog wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviewboard.asterisk.org/r/3055/ > ----------------------------------------------------------- > > (Updated Dec. 11, 2013, 9:31 a.m.) > > > Review request for Asterisk Developers and Matt Jordan. > > > Bugs: AST-1179 and AST-1246 > https://issues.asterisk.org/jira/browse/AST-1179 > https://issues.asterisk.org/jira/browse/AST-1246 > > > Repository: Asterisk > > > Description > ------- > > During dialplan execution in pbx_extension_helper(), the contexts global read > lock is used prevent changes to the dialplan. This patch puts a copy of > exten->data on the stack so that can be referenced safely during variable > substitution (expression evaluation) even if another thread is reloading > dialplan and has deleted ast_exten. > > > Diffs > ----- > > /branches/1.8/main/pbx.c 403615 > > Diff: https://reviewboard.asterisk.org/r/3055/diff/ > > > Testing > ------- > > Testsuite test 'dialplan_stress' (https://reviewboard.asterisk.org/r/3056/) > created to isolate this problem and test this fix. > > > Thanks, > > Scott Griepentrog > >
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
