From 0024d7472768635915ee6cc511fc258c121b9b9c Mon Sep 17 00:00:00 2001 From: dscho Date: Sat, 31 Aug 2002 14:09:39 +0000 Subject: compiler warnings and format vulnerabilities fixed --- httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index 2b06da2..0821c5b 100644 --- a/httpd.c +++ b/httpd.c @@ -211,7 +211,7 @@ httpProcessInput(rfbScreenInfoPtr rfbScreen) unsigned int maxFnameLen; FILE* fd; Bool performSubstitutions = FALSE; - char str[256]; + char str[256+32]; #ifndef WIN32 struct passwd *user = getpwuid(getuid()); #endif -- cgit v1.2.1