[asterisk-commits] mnicholson: branch 1.6.2 r294209 - /branches/1.6.2/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Nov 8 14:10:47 CST 2010
Author: mnicholson
Date: Mon Nov 8 14:10:33 2010
New Revision: 294209
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=294209
Log:
Blocked revisions 294163 via svnmerge
This is not needed in 1.6.2 as dialogs are reference counted.
........
r294163 | mnicholson | 2010-11-08 12:59:20 -0600 (Mon, 08 Nov 2010) | 6 lines
Modify our handling of 491 responses to drop any pending reinvite retry scheduler entries if we get a new 491.
This prevents a scheduler entry from leaking if we receive a 491 response when one is pending. If a scheduler entry leaks, the pvt it is associated my get destroyed before the scheduler entry fires, and then memory corruption and crashes can occur when the scheduled reinvite attempts to access and modify the memory of the destroyed pvt.
ABE-2543
........
Modified:
branches/1.6.2/ (props changed)
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
--- branch-1.4-blocked (original)
+++ branch-1.4-blocked Mon Nov 8 14:10:33 2010
@@ -1,1 +1,1 @@
-/branches/1.4:279344,281185,286070,286381,288116,288412,293922
+/branches/1.4:279344,281185,286070,286381,288116,288412,293922,294163
More information about the asterisk-commits
mailing list