Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-1229991

Solaris PlainSocketImpl socketBind method uses conversion macro incorrectly

XMLWordPrintable

    • 1.0beta2
    • sparc
    • solaris_2.4
    • Not verified

      [pgt, 11/30/95]

      In java/src/solaris/java/runtime/socket.c, in the java_net_PlainSocketImpl_socketBind
      function, the following line is wrong:
          him.sin_addr.s_addr = (unsigned long) ntohl(addrptr->address);

      It is wrong to use the ntohl macro. addrptr->address is already
      in network-byte-order, which is the right form for the bind(3N) call.

            tlindholsunw Timothy Lindholm (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: