In perl.git, the branch smoke-me/cpan61577-dom has been created

<http://perl5.git.perl.org/perl.git/commitdiff/25153b9f6968c445f8551f2c0aae1c46580b7767?hp=0000000000000000000000000000000000000000>

        at  25153b9f6968c445f8551f2c0aae1c46580b7767 (commit)

- Log -----------------------------------------------------------------
commit 25153b9f6968c445f8551f2c0aae1c46580b7767
Author: Daniel Kahn Gillmor <[email protected]>
Date:   Fri Feb 17 14:29:14 2012 -0800

    [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted sockets
    
    There appears to be a flaw in IO::Socket where some IO::Socket objects
    are unable to properly report their socktype, sockdomain, or protocol
    (they return undef, even when the underlying socket is sufficiently
    initialized to have these properties).
    
    The attached patch should cover IO::Socket objects created via accept(),
    new_from_fd(), new(), and anywhere else whose details haven't been
    properly cached.
    
    No new code should be executed on IO::Socket objects whose details are
    already cached and present.
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to