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

Modified Files:
      Tag: Nov2009
        xrpc_server.mx 
Log Message:
Avoid NULL pointer dereference.
Found by Coverity.


Index: xrpc_server.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v
retrieving revision 1.91.2.3
retrieving revision 1.91.2.4
diff -u -d -r1.91.2.3 -r1.91.2.4
--- xrpc_server.mx      7 Jan 2010 15:18:09 -0000       1.91.2.3
+++ xrpc_server.mx      11 Jan 2010 14:33:10 -0000      1.91.2.4
@@ -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