From: Evan Hunt Date: Wed, 6 Mar 2019 01:55:57 +0000 (-0800) Subject: CHANGES X-Git-Tag: v9.15.0~120^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=6d24292830ea7e4746a6ff5e6ded93144402c19e;p=thirdparty%2Fbind9.git CHANGES --- diff --git a/CHANGES b/CHANGES index 93d5f4c452a..6c87beb8e93 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5173. [bug] Fixed a race in socket code that could occur when + accept, send, or recv were called from an event + loop but the socket had been closed by another + thread. [RT #874] + 5172. [bug] nsupdate now honors the operating system's preferred ephemeral port range. [GL #905]