Commit af352740 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

increased the buffer size used for name lookups

parent 4e35b438
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -538,7 +538,7 @@ CURLcode _ftp(struct connectdata *conn)
  /* for the ftp PORT mode */
  int portsock=-1;
  struct sockaddr_in serv_addr;
  char hostent_buf[512];
  char hostent_buf[8192];
#if defined (HAVE_INET_NTOA_R)
  char ntoa_buf[64];
#endif