From 7ba331d931d0d07b297dd6e125d92d95a6ad2798 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 11 Nov 2008 08:54:07 +0000 Subject: * win32/win32.c (rb_w32_accept): secure fd before accept because if error causes in securing, cannot restore the state of accepted socket. fixed [ruby-core:19728] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 779507b38..7da2b5207 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Nov 11 17:37:47 2008 NAKAMURA Usaku + + * win32/win32.c (rb_w32_accept): secure fd before accept because if + error causes in securing, cannot restore the state of accepted + socket. + fixed [ruby-core:19728] + Sat Nov 8 05:31:25 2008 Yukihiro Matsumoto * safe.c (safe_setter): add warning for $SAFE=3. -- cgit