From: Matthew Nicholson Date: Mon, 8 Nov 2010 20:10:33 +0000 (+0000) Subject: Blocked revisions 294163 via svnmerge X-Git-Tag: 1.6.2.15-rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4224304e3e5ff44d6133470296ca8c00dbd8267d;p=thirdparty%2Fasterisk.git 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 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@294209 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---