From 328b080b4af258fdd4d3a2ea1558b48706bd8116 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 7 Feb 2001 00:06:03 +0000 Subject: [PATCH] 727. [port] Work around OS bug where accept() succeeds but fails to fill in the peer address of the accepted connection, by treating it as an error rather than an assertion failure. [RT #809] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index a25e172fd6..32eb5670c6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,9 @@ + 727. [port] Work around OS bug where accept() succeeds but + fails to fill in the peer address of the accepted + connection, by treating it as an error rather than + an assertion failure. [RT #809] + 726. [func] Implement the "trace" and "notrace" commands in rndc. 725. [bug] Installing man pages could fail.