Skip to content
Snippets Groups Projects
Commit 16b2720c authored by Russell Bryant's avatar Russell Bryant
Browse files

Note a minor race condition that I noticed while reviewing Jeff's changes

to this code.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@111908 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 7af650c1
Branches
Tags
No related merge requests found
......@@ -21,6 +21,11 @@
* \brief Background DNS update manager
*
* \author Kevin P. Fleming <kpfleming@digium.com>
*
* \bug There is a minor race condition. In the event that an IP address
* of a dnsmgr managed host changes, there is the potential for the consumer
* of that address to access the in_addr data at the same time that the dnsmgr
* thread is in the middle of updating it to the new address.
*/
#include "asterisk.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment