diff packages/io/fileio/current/ChangeLog @ 1314:6c521260528e

* src/socket.cxx (bind): Pass a copy of the socket address so the stack can modify it without changing the users copy. Bug found by reji@codito.com.
author asl
date Thu, 16 Oct 2003 07:55:31 +0000
parents 6bb106b4ff93
children c687f86ab7a4
line wrap: on
line diff
--- a/packages/io/fileio/current/ChangeLog
+++ b/packages/io/fileio/current/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-16  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* src/socket.cxx (bind): Pass a copy of the socket address so the
+	stack can modify it without changing the users copy. Bug found by
+	reji@codito.com.
+
 2003-10-06  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* src/fio.h (CYG_FILEIO_SIGMASK_SET): Fixed a compiler warning