]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix potential crash when entire span request is received.
authorJeff Peeler <jpeeler@digium.com>
Tue, 6 Oct 2009 22:27:13 +0000 (22:27 +0000)
committerJeff Peeler <jpeeler@digium.com>
Tue, 6 Oct 2009 22:27:13 +0000 (22:27 +0000)
commit7c3d6f732cdc8c35697b80e04ff497e21cf58ea8
treefa310c9bffe37437ba266499b32b6e9a86bb2dca
parent2ad7cb7e87ef7c3568aa1ee97cb697bbdcac607d
Fix potential crash when entire span request is received.

The variable index used in this scenario for accessing the dahdi_pvts was
wrong and was most likely copied from the several other places it is used
correctly.

(closes issue #15998)
Reported by: tsearle
Patches:
      dahdi_reset_crash.patch uploaded by tsearle (license 373)

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