Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25912/src/modules/mal
Modified Files:
Tag: MonetDB_5-2
tablet.mx
Log Message:
tablet fixed null pointer dereference
split out the monet_version code as it needs configure to set variables.
(mx.in's are now not allowed anymore)
Index: tablet.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/tablet.mx,v
retrieving revision 1.101
retrieving revision 1.101.2.1
diff -u -d -r1.101 -r1.101.2.1
--- tablet.mx 13 Sep 2007 13:45:13 -0000 1.101
+++ tablet.mx 14 Oct 2007 08:20:21 -0000 1.101.2.1
@@ -895,6 +895,8 @@
BATmmap(b, STORE_MMAP, STORE_MMAP, STORE_MMAP);
if (nr > BATTINY && adt)
b = BATextend(b, nr);
+ if (b == NULL)
+ return b;
/* disable all properties here */
bm = BBP_cache(-b->batCacheid);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins