[Asterisk-cvs] asterisk asterisk.c,1.51.2.8,1.51.2.9

citats at lists.digium.com citats at lists.digium.com
Wed Mar 24 03:13:55 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/home/citats/cvs/asterisk-stable

Modified Files:
      Tag: v1-0_stable
	asterisk.c 
Log Message:
Make cli_complete buffer as large as the one used in handle_commandmatchesarray (bug 1281)


Index: asterisk.c
===================================================================
RCS file: /usr/cvsroot/asterisk/asterisk.c,v
retrieving revision 1.51.2.8
retrieving revision 1.51.2.9
diff -u -d -r1.51.2.8 -r1.51.2.9
--- asterisk.c	20 Mar 2004 21:13:30 -0000	1.51.2.8
+++ asterisk.c	24 Mar 2004 08:10:32 -0000	1.51.2.9
@@ -940,7 +940,7 @@
 	int nummatches = 0;
 	char **matches;
 	int retval = CC_ERROR;
-	char buf[1024];
+	char buf[2048];
 	int res;
 
 	LineInfo *lf = (LineInfo *)el_line(el);




More information about the svn-commits mailing list