+2385. [bug] A condition variable in socket.c could leak in
+ rare error handling [RT #17968].
+
2384. [security] Additional support for query port randomization (change
#2375) including performance improvement and port range
specification. [RT #17949, #18098]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: socket.c,v 1.52.94.2 2008/03/27 23:46:28 tbox Exp $ */
+/* $Id: socket.c,v 1.52.94.3 2008/06/25 23:19:05 jinmei Exp $ */
/* This code has been rewritten to take advantage of Windows Sockets
* I/O Completion Ports and Events. I/O Completion Ports is ONLY
*/
result = event_thread_create(&evthread, manager);
if (result != ISC_R_SUCCESS) {
+ isc_condition_destroy(&manager->shutdown_ok);
DESTROYLOCK(&manager->lock);
isc_mem_put(mctx, manager, sizeof(*manager));
return (result);