Files
asterisk/main
Etienne Lessard 5e0758575c 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:07:38 -04:00
..
2016-06-08 20:37:08 +03:00
2016-07-22 10:09:08 +02:00
2016-06-22 12:23:44 -05:00
2016-08-19 20:16:36 -04:00
2015-06-10 18:06:15 -05:00
2016-06-02 22:57:49 +03:00
2016-07-14 15:59:49 -05:00
2016-08-19 20:16:36 -04:00
2016-08-19 20:16:36 -04:00
2015-06-08 09:44:04 -05:00
2016-08-15 13:15:02 -05:00
2016-08-19 20:16:36 -04:00
2016-06-08 20:37:08 +03:00