]> 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:29:20 +0000 (22:29 +0000)
committerJeff Peeler <jpeeler@digium.com>
Tue, 6 Oct 2009 22:29:20 +0000 (22:29 +0000)
commit5f288e6d485da4b92400104cd8cc4dfc078e9c83
treeafb540a49700f481dfd0ef45494ba48953cce34e
parent84401ac5e9779713018e15c260db83db3fd44bbb
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)

Modified:
   branches/1.4/channels/chan_dahdi.c

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