summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2008-03-19 21:05:24 +0000
committerJeff Peeler <jpeeler@digium.com>2008-03-19 21:05:24 +0000
commit515ec9d92f0ac566d7893c5098a75474d68aff64 (patch)
tree2ad8f5c50cc18cba97e99a271c56a6b035625bbc /CHANGES
parent96c674a6f45efaa6937e09b19e99295fd79eafba (diff)
This change adds DNS manager support for registrations not referencing a peer entry. It looks like there is support for DNS manager for realtime peers as well, however it is not implemented correctly. The improper usage occurs when ast_dnsmgr_lookup is called with one of the arguments being an address from the stack to be continually updated. The variable from the stack will go out of scope and dnsmgr will continue to try and update the memory there, causing possible stack corruption. This problem will be worked on next as well as adding DNS manager support for peer entries.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@110087 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1468e19db..406aa5692 100644
--- a/CHANGES
+++ b/CHANGES
@@ -175,6 +175,7 @@ SIP changes
more information on how it is used.
* Added a new configuration option "authfailureevents" that enables manager events when
a peer can't authenticate properly.
+ * Added DNS manager support to registrations not referencing a peer entry.
IAX2 changes
------------