]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Checks for NULL sip_pvt pointer in chan_sip.c->acf_channel_read()
authorDavid Brooks <dbrooks@digium.com>
Wed, 17 Jun 2009 18:45:50 +0000 (18:45 +0000)
committerDavid Brooks <dbrooks@digium.com>
Wed, 17 Jun 2009 18:45:50 +0000 (18:45 +0000)
commitebe2c1829b1f7fb80cdfae140f69a1f97e9e34e7
tree51b63f30a262b1c7d504b11c5f75b026d7a2d973
parentb8417b571b525d417c4aca167d262d2c91a2df11
Checks for NULL sip_pvt pointer in chan_sip.c->acf_channel_read()

Zombie channels could be passed, and chan_sip.c wasn't checking for it.
Could crash Asterisk. Now checking for NULL pointer.

(closes issue #15330)
Reported by: okrief
Tested by: dbrooks

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@201380 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c