]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dahdi: Fix segfault dereferencing a NULL tech_pvt.
authorMatthew Jordan <mjordan@digium.com>
Fri, 2 Nov 2012 15:32:28 +0000 (15:32 +0000)
committerMatthew Jordan <mjordan@digium.com>
Fri, 2 Nov 2012 15:32:28 +0000 (15:32 +0000)
commitde01420dbe40b6aaf27518b8f17db41dd1a56894
tree03a066c1ed657fcc629e1f7b3421b594a7735eb0
parentfa7ccabe873432764da9ed60a025e7ccbb0b5c9c
chan_dahdi: Fix segfault dereferencing a NULL tech_pvt.

The tech support customer was using the AMI Redirect action shortly after
a call was placed.  While the channel tried to do an ast_read(), the
masquerade resulting from the channel redirect took place.  The masquerade
in the middle of the ast_read() resulted in the segfault.

(closes issue AST-1025)
Reported by: Trey Blancher
Patches:
      jira_ast_1025_v1.8_v2.patch (license #5621) patch uploaded by rmudgett
........

Merged revisions 375361 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/1.8.15@375592 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c