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