[Bug 2290] New: [IcedTea8] 6730740 is incorrect
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Mar 31 14:52:33 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2290
Bug ID: 2290
Summary: [IcedTea8] 6730740 is incorrect
Product: IcedTea
Version: 8-hg
Hardware: all
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
>From PR2186:
"The fix for jdk/src/solaris/native/java/net/linux_close.c is wrong because
BLOCKING_IO_RETURN_INT() macro always returns before reaching '*fromlen =
socklen' for NET_RecvFrom() and '*addrlen = socklen' for NET_Accept(). If it
is really necessary to fix the warnings, you must introduce a new macro.
In fact, the original warning fixes were completely wrong, i.e., it had to be
'socklen_t *', not 'socklen_t'."
It appears to be fixed as part of:
https://bugs.openjdk.java.net/browse/JDK-8034174
http://hg.openjdk.java.net/jdk9/dev/jdk/rev/24cde9527102
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150331/334a1b00/attachment.html>
More information about the distro-pkg-dev
mailing list