summaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2014-10-03 15:54:44 +0000
committerGeorge Joseph <george.joseph@fairview5.com>2014-10-03 15:54:44 +0000
commitb67094624d33b6586177435017cd4f6fdedd3f3f (patch)
tree288295311d063a08979fe34ebbf56f0c183ad202 /addons
parentef2c567597554fa26f1afd70152090adf6065517 (diff)
sorcery: Prevent SEGV in sorcery_wizard_create when there's no create function
When you call ast_sorcery_create() you don't necessarily know which wizard is going to be invoked. If it happens to be a wizard like 'config' that doesn't have a 'create' virtual function you get a segfault in the sorcery_wizard_create callback. This patch catches the null function pointer, does an ast_assert, and logs an error. Review: https://reviewboard.asterisk.org/r/4044/ ........ Merged revisions 424447 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@424448 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'addons')
0 files changed, 0 insertions, 0 deletions