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

Modified Files:
        ChangeLog.Feb2010 
Log Message:
propagated changes of Monday Mar 29 2010 - Thursday Apr 08 2010
from the Feb2010 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/03/29 - mr-meltdown:
          src/backends/monet5/merovingian/ChangeLog.Feb2010,1.1.2.3
  set SP1 marker
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/03/29 - mr-meltdown:
          src/backends/monet5/merovingian/ChangeLog.Feb2010,1.1.2.4
  don't try to GDKfree, malloced memory
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/04/07 - mr-meltdown:
          src/backends/monet5/merovingian/ChangeLog.Feb2010,1.1.2.5
  Fix for bug #2982104, make sure we also record that we enlarged the buffer 
when data no longer fits.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/04/07 - mr-meltdown:
          src/backends/monet5/merovingian/ChangeLog.Feb2010,1.1.2.6
  another size related fix, also in the realloc, this time with a wrong size :/
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: ChangeLog.Feb2010
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/backends/monet5/merovingian/ChangeLog.Feb2010,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ChangeLog.Feb2010   29 Mar 2010 18:00:30 -0000      1.5
+++ ChangeLog.Feb2010   8 Apr 2010 11:27:20 -0000       1.6
@@ -1,6 +1,13 @@
 # ChangeLog file for sql/src/backends/monet5/merovingian
 # This file is updated with mchangelog
 
+  07 Apr 2010; Fabian Groffen <[email protected]> control.c, monetdb.c:
+  Fix logic in buffer enlargments, causing bug #2982104.  These bug
+  became visible when receiving more data from merovingian(1) than would
+  fit in the originally allocated buffers.  This could happen quite
+  easily for instance with `monetdb status` when there are many
+  databases.
+
   29 Mar 2010; Fabian Groffen <[email protected]> database.c:
   Fixed an issue where merovingian(1) would lock up or crash when
   destroying a database failed.


------------------------------------------------------------------------------
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