[asterisk-commits] r321393 - svn:log
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri May 27 19:17:40 CDT 2011
Author: rmudgett
Revision: 321393
Modified property: svn:log
Modified: svn:log at Fri May 27 19:17:40 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri May 27 19:17:40 2011
@@ -1,8 +1,18 @@
-Merged revisions 321392 via svnmerge from
+Merged revisions 321392 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
- r321392 | rmudgett | 2011-05-27 18:45:41 -0500 (Fri, 27 May 2011) | 1 line
-
- Don't run the risk of a DNS SRV lookup if already cleaned up.
+ r321392 | rmudgett | 2011-05-27 18:45:41 -0500 (Fri, 27 May 2011) | 12 lines
+
+ Crash when using hagi and no servers are available.
+
+ When none of the servers returned by the SRV querey respond, asterisk
+ crashes. The problem is that if the loop over all the SRV entries
+ finishes then the srv_context has already been cleaned up.
+
+ * Make ast_srv_cleanup() check to see if the context is already cleaned
+ up.
+
+ (closes issue #19256)
+ Reported by: byronclark
........
More information about the asterisk-commits
mailing list