Update of /cvsroot/monetdb/pathfinder/runtime
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4023/runtime

Modified Files:
      Tag: M5XQ
        xrpc_server.mx 
Log Message:
propagated changes of Tuesday Jan 12 2010
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/01/12 - sjoerd: runtime/xrpc_server.mx,1.91.4.4
  propagated changes of Tuesday Jan 12 2010
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2010/01/12 - sjoerd: runtime/xrpc_server.mx,1.95
    propagated changes of Monday Jan 11 2010 - Tuesday Jan 12 2010
    from the Nov2009 branch to the development trunk
  
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2010/01/11 - sjoerd: runtime/xrpc_server.mx,1.91.2.4
      Avoid NULL pointer dereference.
      Found by Coverity.
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: xrpc_server.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v
retrieving revision 1.89.2.5
retrieving revision 1.89.2.6
diff -u -d -r1.89.2.5 -r1.89.2.6
--- xrpc_server.mx      8 Jan 2010 09:12:34 -0000       1.89.2.5
+++ xrpc_server.mx      12 Jan 2010 09:41:38 -0000      1.89.2.6
@@ -369,6 +369,7 @@
             send_err(out, ERR500, "env:Receiver", err);
         else
             send_err(out, ERR400, "env:Sender", err);
+        return NULL;
     }
     if(!isAdmin && !isTrusted(out, req->location)) {
         XRPCreq_free(req);


------------------------------------------------------------------------------
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

Reply via email to