Loading lib/ftp.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -914,7 +914,7 @@ ftp_pasv_verbose(struct connectdata *conn, answer = gethostbyaddr_r((char *) &address, sizeof(address), AF_INET, answer = gethostbyaddr_r((char *) &address, sizeof(address), AF_INET, (struct hostent *)bigbuf, (struct hostent *)bigbuf, hostent_buf + sizeof(*answer), hostent_buf + sizeof(*answer), sizeof(hostent_buf) - sizeof(*answer), sizeof(bigbuf) - sizeof(*answer), &h_errnop); &h_errnop); # endif # endif # ifdef HAVE_GETHOSTBYADDR_R_8 # ifdef HAVE_GETHOSTBYADDR_R_8 Loading @@ -922,7 +922,7 @@ ftp_pasv_verbose(struct connectdata *conn, if(gethostbyaddr_r((char *) &address, sizeof(address), AF_INET, if(gethostbyaddr_r((char *) &address, sizeof(address), AF_INET, (struct hostent *)hostent_buf, (struct hostent *)hostent_buf, hostent_buf + sizeof(*answer), hostent_buf + sizeof(*answer), sizeof(hostent_buf) - sizeof(*answer), sizeof(bigbuf) - sizeof(*answer), &answer, &answer, &h_errnop)) &h_errnop)) answer=NULL; /* error */ answer=NULL; /* error */ Loading Loading
lib/ftp.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -914,7 +914,7 @@ ftp_pasv_verbose(struct connectdata *conn, answer = gethostbyaddr_r((char *) &address, sizeof(address), AF_INET, answer = gethostbyaddr_r((char *) &address, sizeof(address), AF_INET, (struct hostent *)bigbuf, (struct hostent *)bigbuf, hostent_buf + sizeof(*answer), hostent_buf + sizeof(*answer), sizeof(hostent_buf) - sizeof(*answer), sizeof(bigbuf) - sizeof(*answer), &h_errnop); &h_errnop); # endif # endif # ifdef HAVE_GETHOSTBYADDR_R_8 # ifdef HAVE_GETHOSTBYADDR_R_8 Loading @@ -922,7 +922,7 @@ ftp_pasv_verbose(struct connectdata *conn, if(gethostbyaddr_r((char *) &address, sizeof(address), AF_INET, if(gethostbyaddr_r((char *) &address, sizeof(address), AF_INET, (struct hostent *)hostent_buf, (struct hostent *)hostent_buf, hostent_buf + sizeof(*answer), hostent_buf + sizeof(*answer), sizeof(hostent_buf) - sizeof(*answer), sizeof(bigbuf) - sizeof(*answer), &answer, &answer, &h_errnop)) &h_errnop)) answer=NULL; /* error */ answer=NULL; /* error */ Loading