Files
asterisk/main
Etienne Lessard 27951792c4 pbx.c: Prevent infinite recursion in manager_show_dialplan_helper.
Previously, if context A was including context B and context B was including
context A, i.e. if there was a circular dependency between contexts, then
calling manager_show_dialplan_helper could lead to an infinite recursion,
resulting in a crash.

This commit applies the same solution as the one implemented in the
show_dialplan_helper function. The manager_show_dialplan_helper and
show_dialplan_helper functions contain lots of code in common, but the former
was missing the "infinite recursion avoidance" code.

ASTERISK-26226 #close

Change-Id: I1aea85133c21787226f4f8442253a93000aa0897
2016-08-29 08:10:34 -04:00
..
2012-06-15 16:20:16 +00:00
2012-09-21 17:14:59 +00:00
2015-01-30 16:47:50 +00:00
2015-03-25 18:37:04 +00:00
2016-03-24 09:29:07 -05:00
2016-06-22 12:21:11 -05:00
2016-08-24 11:02:47 -05:00
2013-07-04 13:06:15 +00:00
2012-03-22 19:51:16 +00:00
2013-06-29 00:18:57 +00:00
2012-03-22 19:51:16 +00:00
2016-07-14 15:54:21 -05:00
2012-06-15 16:20:16 +00:00
2016-08-24 11:02:47 -05:00
2016-08-24 11:02:47 -05:00
2014-05-09 22:49:26 +00:00
2012-04-28 01:33:49 +00:00
2012-06-15 16:20:16 +00:00
2015-06-03 14:03:18 -05:00
2012-06-15 16:20:16 +00:00
2015-01-26 14:49:32 +00:00
2012-09-21 17:14:59 +00:00
2016-08-15 13:09:30 -05:00
2016-08-24 11:02:47 -05:00
2012-09-21 17:14:59 +00:00
2012-06-15 16:20:16 +00:00
2016-08-15 10:08:43 -04:00