[prev in list] [next in list] [prev in thread] [next in thread] 

List:       proftpd-committers
Subject:    [ProFTPD-committers] CVS: proftpd/contrib mod_sql.c,1.177,1.178
From:       "TJ Saunders" <castaglia () users ! sourceforge ! net>
Date:       2009-10-26 23:01:43
Message-ID: E1N2YZL-0003vx-He () ddv4jf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/proftp/proftpd/contrib
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15087/contrib

Modified Files:
	mod_sql.c 
Log Message:

Increasing the size of a couple more buffers in order to avoid inadvertently
truncating file names.


Index: mod_sql.c
===================================================================
RCS file: /cvsroot/proftp/proftpd/contrib/mod_sql.c,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- mod_sql.c	5 Oct 2009 23:26:24 -0000	1.177
+++ mod_sql.c	26 Oct 2009 23:01:41 -0000	1.178
@@ -1938,7 +1938,7 @@
 }
 
 static char *resolve_short_tag(cmd_rec *cmd, char tag) {
-  char arg[256], *argp = NULL;
+  char arg[PR_TUNABLE_PATH_MAX+1], *argp = NULL;
 
   memset(arg, '\0', sizeof(arg));
 


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
ProFTPD Committers Mailing List
proftpd-committers@proftpd.org
https://lists.sourceforge.net/lists/listinfo/proftp-committers
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic