- Tru64 and some IRIX boxes seem to not like test 237 as it is. Their
authorDaniel Stenberg <daniel@haxx.se>
Wed, 16 Mar 2005 22:01:39 +0000 (22:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Mar 2005 22:01:39 +0000 (22:01 +0000)
commit61133545f6790f3d6ae4fcfdb4bc7a3156a17cdd
treecc692c119c515f6ff6a0cc9250e8ded8ae96b92f
parentbf87d13f5b94aed8876d2c950faeadf7e6636128
- Tru64 and some IRIX boxes seem to not like test 237 as it is. Their
  inet_addr() functions seems to use &255 on all numericals in a ipv4 dotted
  address which makes a different failure... Now I've modified the ipv4
  resolve code to use inet_pton() instead in an attempt to make these systems
  better detect this as a bad IP address rather than creating a toally bogus
  address that is then passed on and used.
CHANGES
lib/hostip4.c
lib/inet_pton.h