"Bjoern A. Zeeb" <bzeeb-li...@lists.zabbadoz.net> writes:
> Dag-Erling Smørgrav <d...@des.no> writes:
>> +    /* split address if necessary */
>> +    err = EAI_SYSTEM;
>> +    if ((sep = strchr(addr, ':')) != NULL) {
>> +            len = snprintf(hbuf, sizeof(hbuf),
>> +                "%.*s", (int)(sep - addr), addr);
> I believe this code is what broke
>       fetch http://[::1]:6666/
> just to give an example;  and the printf traces will not reveal this
> but “addr” at this point has no more addr:port in it given the
> function arguments, right?

I think you're right, I'll look into it.  It means replacing strchr()
with a loop.  Is there a ticket for this bug, and if not, could you
please open one?

DES
-- 
Dag-Erling Smørgrav - d...@des.no
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to