sb-bsd-sockets: GET-ADDRESS-INFO foreign memory leak
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 809a63e..b0ea21f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,7 +24,10 @@ changes relative to sbcl-1.0.53:
     result in fasl-dumping internal type objects. (lp#890750)
   * bug fix: type mismatch on (setf aref) and function return values no
     longer result in fasl-dumping internal type objects.
-  * bug fix: SB-BSD-SOCKETS:GET-PROTOCOL-BY-NAME leaked foreign memory.
+  * bug fix: SB-BSD-SOCKETS foreign memory leaks
+    ** GET-PROTOCOL-BY-NAME had a significant leak.
+    ** GET-HOST-BY-NAME and GET-HOST-BY-ADDRESS leaked 1 word per call on
+       systems providing getaddrinfo().
 
 changes in sbcl-1.0.53 relative to sbcl-1.0.52:
   * enhancement: on 64-bit targets, in src/compiler/generic/early-vm.lisp,