Commit e4d771f5006ebd70b76422437cce60e9ac40c830

Avatar

Repository git://perl5.git.perl.org/perl.git blead
by dubiously (Using name ‘Jan Dubois’) on 2009-10-13 23:46 (about 1 month ago)

The winsock select() implementation doesn't support all empty 'fd_set's.
The code already contained a workaround for the special case

select(undef, undef, undef, $sleep);

but didn't handle the case when actual bit vectors were passed in
that didn't have any bits set.

Fixes http://rt.perl.org/rt3/Public/Bug/Display.html?id=54544

Language Totals

  Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
  C 12 8 1 1 1 0
  Perl 10 1 0 0 2 0

Files Changed

[2 total ]
File Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
t/op/sselect.t
  Perl 10 1 0 0 2 0
win32/win32sck.c
  C 12 8 1 1 1 0