Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3102

Modified Files:
      Tag: Feb2010
        ChangeLog.Feb2010 merovingian_controlrunner.c 
Log Message:
backport of '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.31.2.1
retrieving revision 1.31.2.2
diff -u -d -r1.31.2.1 -r1.31.2.2
--- merovingian_controlrunner.c 5 Mar 2010 17:36:29 -0000       1.31.2.1
+++ merovingian_controlrunner.c 16 Mar 2010 10:17:02 -0000      1.31.2.2
@@ -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;

Index: ChangeLog.Feb2010
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/backends/monet5/merovingian/ChangeLog.Feb2010,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- ChangeLog.Feb2010   5 Mar 2010 14:55:53 -0000       1.1.2.1
+++ ChangeLog.Feb2010   16 Mar 2010 10:17:02 -0000      1.1.2.2
@@ -1,6 +1,12 @@
 # ChangeLog file for sql/src/backends/monet5/merovingian
 # This file is updated with mchangelog
 
+  16 Mar 2010; Fabian Groffen <[email protected]>
+  merovingian_controlrunner.c:
+  Enlarged buffer to avoid incomplete output being sent to monetdb(1),
+  causing commands like status and get to fail on certain
+  configurations.
+
   05 Mar 2010; Fabian Groffen <[email protected]> merovingian_client.c:
   Avoid running over the allocated buffer space resulting in crashes
   when a client connects which IP address cannot be resolved into a


------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to