> write(1, "\nLooking up code.google.com\nUnab"..., 170 > Looking up code.google.com > Unable to locate remote host code.google.com. > Alert!: Unable to connect to remote host. > > lynx: Can't access startfile http://code.google.com/ > ) = 170 > exit_group(1) = ?
I'm currently working on dev.15, prompted by #692443.
There are of course other fixes needed...
It occurred to me that this bug might be addressed by the change that I'm
working on as a followup to
http://lists.nongnu.org/archive/html/lynx-dev/2012-08/msg00023.html
The patch in there is for a coding problem remaining from my fixes to make
nsl-fork work with IPv6. I decided to rework the loop rather than use the
suggested patch, but it probably would suffice.
Before those changes in dev.13, nsl-fork had no effect, the result from
getaddrinfo was returned without limitation. After, it was bound to the
same limit with/without nsl-fork due to the way the data is passed around.
With dev.15 I anticipate addressing that issue (eliminating the limitation
on both cases).
--
Thomas E. Dickey <[email protected]>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature

