someone should have me punished, but this bug made curl bug seriously

on IPv4-linux machines
This commit is contained in:
Daniel Stenberg 2002-01-28 19:23:18 +00:00
Родитель 28049a183c
Коммит 6212e6990a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -467,7 +467,7 @@ Curl_addrinfo *Curl_getaddrinfo(struct SessionHandle *data,
/* Linux */
if( gethostbyname_r(hostname,
(struct hostent *)buf,
buf + sizeof(struct hostent),
(char *)buf + sizeof(struct hostent),
CURL_NAMELOOKUP_SIZE - sizeof(struct hostent),
&h, /* DIFFERENCE */
&h_errnop))