Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-12-05 01:02:31 +0300
committerChristopher Faylor <me@cgf.cx>2001-12-05 01:02:31 +0300
commit04c2403081790267051689a778de08b27d71486d (patch)
treeae4184dd83bff9bee986b365f7dd6c663d418fff
parent0c123df515623d393018b199b7272512eb943569 (diff)
* net.cc (cygwin_getsockopt): Dereference optlen pointer when passing to
__check_null_invalid_struct_errno.
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6f8fe5b98..b3094d15e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-04 David Rothenberger <daveroth@acm.org>
+
+ * net.cc (cygwin_getsockopt): Dereference optlen pointer when passing
+ to __check_null_invalid_struct_errno.
+
2001-12-03 Christopher Faylor <cgf@redhat.com>
* net.cc (cygwin_getsockopt): Allow NULL optval.