sorcery: Prevent SEGV in sorcery_wizard_create when there's no create function
authorGeorge Joseph <george.joseph@fairview5.com>
Fri, 3 Oct 2014 15:55:57 +0000 (15:55 +0000)
committerGeorge Joseph <george.joseph@fairview5.com>
Fri, 3 Oct 2014 15:55:57 +0000 (15:55 +0000)
commit4967478d180f2a512cfb6ff83fa115aac43978c6
treeccc69a21a9414807201ca044b33482e1cfa5ef17
parentb1f8eba178e9e7baf8eaee80db9c2e6c176a22f8
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
........

Merged revisions 424448 from http://svn.asterisk.org/svn/asterisk/branches/13

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@424449 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/sorcery.c