Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13125/src/server
Modified Files:
Tag: Nov2009
rel_select.mx
Log Message:
propagated changes of Monday Oct 26 2009 - Thursday Oct 29 2009
from the Aug2009 branch to the Nov2009 branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/26 - sjoerd: src/server/rel_select.mx,1.152.2.5
Initialize: there is a way in which rs can be used without having been
initialized.
Found by Coverity.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: rel_select.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_select.mx,v
retrieving revision 1.157
retrieving revision 1.157.2.1
diff -u -d -r1.157 -r1.157.2.1
--- rel_select.mx 14 Sep 2009 18:20:25 -0000 1.157
+++ rel_select.mx 29 Oct 2009 08:36:58 -0000 1.157.2.1
@@ -2064,7 +2064,7 @@
/* currently we don't handle the (universial and existential)
quantifiers (all and any/some) */
- sql_exp *rs, *ls = rel_value_exp(sql, rel, lo, f, ek);
+ sql_exp *rs = NULL, *ls = rel_value_exp(sql, rel, lo, f, ek);
if (!ls)
return NULL;
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins