Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index c307cbe..f5e7ce9 100644
--- a/src/core.c
+++ b/src/core.c
@@ -749,7 +749,7 @@ struct hostent* proxy_gethostbyname_old(const char *name)
static struct hostent hostent_space;
static in_addr_t resolved_addr;
static char* resolved_addr_p;
- static char addr_name[1024*8];
+ static char addr_name[256];
int pipe_fd[2];
char buff[256];