Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2366
Modified Files:
merovingian_controlrunner.c
Log Message:
enlarge pretty much undersized buffer
Index: merovingian_controlrunner.c
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/backends/monet5/merovingian/merovingian_controlrunner.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- merovingian_controlrunner.c 10 Mar 2010 14:29:46 -0000 1.32
+++ merovingian_controlrunner.c 16 Mar 2010 10:14:19 -0000 1.33
@@ -91,7 +91,7 @@
int tsock = socks[1];
int sock = -1;
char buf[256];
- char buf2[256];
+ char buf2[8096];
char *p, *q;
sabdb *stats;
int pos = 0;
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins