[Bug 207838] Perl getsockopt() on SCTP sockets doesn't work

bugzilla at redhat.com bugzilla at redhat.com
Mon Jun 11 14:42:25 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Perl getsockopt() on SCTP sockets doesn't work


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=207838


bugzilla at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |medium
           Priority|normal                      |medium




------- Additional Comments From nhorman at redhat.com  2007-06-11 10:42 EST -------
This seems like a kernel bug to me.  We're checking all our getsockopt values
for != sizeof(option) rather than for < sizeof(option), and we should be
returning ENOBUFS, rather than EINVAL (or silently truncating the result as
POSIX indicates).

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list