From 9c77b85da9da9fb75d426a6a18d08960ae72920c 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/trunk@20189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index adcca43ae..fdcb6760d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Nov 11 17:35:25 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] + Tue Nov 11 14:40:40 2008 Martin Duerst * test/ruby/test_transcode.rb: unnecessary setup method -- cgit