]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix some very broken code that was introduced in 1.2.26 as a part of the security
authorRussell Bryant <russell@russellbryant.com>
Thu, 20 Mar 2008 21:53:27 +0000 (21:53 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 20 Mar 2008 21:53:27 +0000 (21:53 +0000)
commit62766834c81ce449c2369f9bd0a8e08add64c7dd
treed76859f285723e4d0a08674b5fa6cdb000773e60
parent53ca3688546e9cfb552b05898589acfbdec3bf82
Fix some very broken code that was introduced in 1.2.26 as a part of the security
fix.  The dnsmgr is not appropriate here.  The dnsmgr takes a pointer to an address
structure that a background thread continuously updates.  However, in these cases,
a stack variable was passed.  That means that the dnsmgr thread would be continuously
writing to bogus memory.

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