]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a segmentation fault when using an extension with CID matching and no CID.
authorJonathan Rose <jrose@digium.com>
Fri, 11 Nov 2011 15:21:50 +0000 (15:21 +0000)
committerJonathan Rose <jrose@digium.com>
Fri, 11 Nov 2011 15:21:50 +0000 (15:21 +0000)
commit55e8d5b38077bfca7b6db5ec7d024a905ffbe08a
tree90bf9fed1ed302b6c4eadb743cf64d7078d4db5a
parent0eda1315b54c2ed73522da4cf8df38941dba7162
Fix a segmentation fault when using an extension with CID matching and no CID.

Attempting to call an extension which used Caller ID matching with a channel that
has an empty caller id string would result in a segmentation fault.

(closes issue ASTERISK-18392
Reported By: Ales Zelenik

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@344608 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/pbx.c