Changeset: 3305182b351c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3305182b351c
Modified Files:
MonetDB5/src/mal/mal_recycle.mx
Branch: default
Log Message:
RECYCLEdataTransfer: scnt may be used uninitialized in this function
diffs (12 lines):
diff -r 794790c625b9 -r 3305182b351c MonetDB5/src/mal/mal_recycle.mx
--- a/MonetDB5/src/mal/mal_recycle.mx Tue Nov 02 19:44:32 2010 +0100
+++ b/MonetDB5/src/mal/mal_recycle.mx Tue Nov 02 19:57:20 2010 +0100
@@ -2031,7 +2031,7 @@
bat bid, sbid = -1;
InstrPtr q;
bit gluse = FALSE;
- size_t scnt;
+ size_t scnt = 0;
BAT *b, *bn;
oid lval = 0, hval = 0;
dbl ratio;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list