Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25765
Modified Files:
Tag: Aug2009
rel_select.mx
Log Message:
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.152.2.4
retrieving revision 1.152.2.5
diff -u -d -r1.152.2.4 -r1.152.2.5
--- rel_select.mx 22 Aug 2009 08:13:54 -0000 1.152.2.4
+++ rel_select.mx 26 Oct 2009 22:18:44 -0000 1.152.2.5
@@ -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