]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Don't try to call a dialplan function's read callback from
authorMark Michelson <mmichelson@digium.com>
Thu, 16 Oct 2008 23:34:37 +0000 (23:34 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 16 Oct 2008 23:34:37 +0000 (23:34 +0000)
commite9035cc286adf5d099aa5887520d4ab1785f3698
treea673510b23b599617117cdf4d90a9551fd68bb2c
parent4fa4c33f6d2048261cbc98eb6185657e13623fe0
Don't try to call a dialplan function's read callback from
the manager's GetVar handler if an invalid channel has
been specified. Several dialplan functions, including
CHANNEL and SIP_HEADER, do not check for NULL-ness of
the channel being passed in.

(closes issue #13715)
Reported by: makoto

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@150298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/manager.c