[Bug 2186] [IcedTea6] Backport 6730740: "Fix for 6729881 has apparently broken several 64 bit tests: 'Bad address'"

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Feb 16 21:22:10 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2186

Jung-uk Kim <jkim at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |jkim at FreeBSD.org
         Resolution|FIXED                       |---

--- Comment #3 from Jung-uk Kim <jkim at FreeBSD.org> ---
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.

-- 
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/20150216/fba8b9af/attachment.html>


More information about the distro-pkg-dev mailing list