]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dahdi: Fix segfault dereferencing a NULL tech_pvt.
authorRichard Mudgett <rmudgett@digium.com>
Mon, 29 Oct 2012 15:54:42 +0000 (15:54 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 29 Oct 2012 15:54:42 +0000 (15:54 +0000)
commit421fbee8d846470235c2fd8b6c2ba5ab389f7ced
treece9981b31504c2e7a5ff2a4f8d66216c6f7f9c8f
parent8deafe9dd07c96f45c01e015d72cc37b7077244c
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
........

Merged revisions 375362 from http://svn.asterisk.org/svn/asterisk/branches/10

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