[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] [Unix/Sockets] Fix Resolution of FQDNs >64 chars (PR #635)

Tobias Pape notifications at github.com
Wed May 25 10:20:40 UTC 2022


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
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/635

-- Commit Summary --

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

-- File Changes --

    M platforms/unix/plugins/SocketPlugin/sqUnixSocket.c (45)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/635.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/635.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/635
You are receiving this because you are subscribed to this thread.

Message ID: <OpenSmalltalk/opensmalltalk-vm/pull/635 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20220525/e5a37286/attachment.html>


More information about the Vm-dev mailing list