diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8af5af7..169302d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2007-10-10 Corinna Vinschen <corinna@vinschen.de> + + * fhandler_socket.cc (fhandler_socket::bind): Open file for deletion, + too. Don't write to file and especially don't close handle if file + couldn't be created. Set delete disposition if writing failed, + instead of calling unlink_nt. + 2007-09-27 Corinna Vinschen <corinna@vinschen.de> * ntdll.h (struct _FILE_COMPRESSION_INFORMATION): Align with definition |