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

Tobias Pape noreply at github.com
Wed May 25 10:20:03 UTC 2022


  Branch: refs/heads/krono/fix-dns-fqdn-len
  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




More information about the Vm-dev mailing list