[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] ebc591: [Unix/Sockets] Fix Resolution of FQDNs >64 chars

Eliot Miranda noreply at github.com
Thu May 26 20:03:14 UTC 2022


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: ebc591451379bd007c2d7eca89d747fc024b76d0
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/ebc591451379bd007c2d7eca89d747fc024b76d0
  Author: Tobias Pape <tobias at netshed.de>
  Date:   2022-05-25 (Wed, 25 May 2022)

  Changed paths:
    M platforms/unix/plugins/SocketPlugin/sqUnixSocket.c

  Log Message:
  -----------
  [Unix/Sockets] Fix Resolution of FQDNs >64 chars

We used to use MAXHOSTNAMELEN, but that is 64 on most Linuxen and
might be differen w/ or w/o POSIX compliance. We now use the
definitions from and implications by DNS itself.

Now, we can

```
WebClient httpGet: 'http://theofficialabsolutelongestdomainnameregisteredontheworldwideweb.international/'
```

Fixes #619


  Commit: 572fd1f649f901b50f15f2b46e71400157f3add5
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/572fd1f649f901b50f15f2b46e71400157f3add5
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2022-05-26 (Thu, 26 May 2022)

  Changed paths:
    M platforms/unix/plugins/SocketPlugin/sqUnixSocket.c

  Log Message:
  -----------
  Merge pull request #635 from OpenSmalltalk/krono/fix-dns-fqdn-len

[Unix/Sockets] Fix Resolution of FQDNs >64 chars


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/61e43f0d3902...572fd1f649f9


More information about the Vm-dev mailing list