]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 264331 via svnmerge from
authorDavid Vossel <dvossel@digium.com>
Wed, 19 May 2010 19:25:20 +0000 (19:25 +0000)
committerDavid Vossel <dvossel@digium.com>
Wed, 19 May 2010 19:25:20 +0000 (19:25 +0000)
commita7249b8931fecc35a94c7302b505b4f8e6b4fff4
treef459f20bd2a2b61a7ed946372950c904d7a369ef
parentf134c6effe0ab6c377d7721603d4fcc996dafb3d
Merged revisions 264331 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r264331 | dvossel | 2010-05-19 14:21:04 -0500 (Wed, 19 May 2010) | 13 lines

  fixes crash in check_rtp_timeout

  During deadlock avoidance the sip dialog pvt is locked and
  unlocked.  When this occurs we have no guarantee the pvt's owner
  is still valid.  We were trying to access the pvt's owner after
  this without checking to see if it still existed first.

  (closes issue #17271)
  Reported by: under
  Patches:
        check_rtp_timeout.diff uploaded by under (license 914)
  Tested by: dvossel
........

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