Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29681/modules/pftijah
Modified Files:
Tag: XQFT
serialize_pftijah.mx
Log Message:
propagated changes of Saturday Dec 26 2009 - Monday Jan 04 2010
from the development trunk to the XQFT branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/12/26 - stmane: modules/pftijah/serialize_pftijah.mx,1.83
propagated changes of Wednesday Dec 23 2009 - Saturday Dec 26 2009
from the Nov2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/12/23 - sjoerd: modules/pftijah/serialize_pftijah.mx,1.80.2.3
tjctx->tagStackPtr == MAXTAGDEPTH causes array overrun.
Found by Coverity.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: serialize_pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/serialize_pftijah.mx,v
retrieving revision 1.81.2.1
retrieving revision 1.81.2.2
diff -u -d -r1.81.2.1 -r1.81.2.2
--- serialize_pftijah.mx 4 Dec 2009 14:44:55 -0000 1.81.2.1
+++ serialize_pftijah.mx 4 Jan 2010 15:14:29 -0000 1.81.2.2
@@ -472,7 +472,7 @@
static INLINE int
tj_pushTag(tjCtx* tjctx, oid start, oid tagoid) {
- if ( tjctx->tagStackPtr > MAXTAGDEPTH ) {
+ if ( tjctx->tagStackPtr >= MAXTAGDEPTH ) {
GDKerror("tj_pushTag: MAXTAGDEPTH exceeded.\n");
return -1;
}
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins