diff packages/net/common/current/ChangeLog @ 811:c16ef62116ec

Fix getaddrinfo()
author gthomas
date Fri, 07 Mar 2003 02:14:52 +0000
parents 92f3957a0029
children 5fbe5042a140
line wrap: on
line diff
--- a/packages/net/common/current/ChangeLog
+++ b/packages/net/common/current/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-06  Gary Thomas  <gary@mlbassoc.com>
+
+	* src/getaddrinfo.c: Need to clear any addresses - malloc() can
+	return garbage which the stack desn't like.
+
 2003-03-05  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/getaddrinfo.c: Allow getaddrinfo() to use DNS gethostbyXXX()