Revision: 48435
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48435&view=rev
Author:   bob1961
Date:     2012-01-11 20:34:52 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
run 5, CID 1929. Initialize a variable before it gets used (for covarity).

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c    2012-01-11 20:32:59 UTC 
(rev 48434)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c    2012-01-11 20:34:52 UTC 
(rev 48435)
@@ -9345,7 +9345,7 @@
     struct vertex *v;
     struct edgeuse *eu_start;
     struct faceuse *fu1;
-    struct bu_ptbl tab;
+    struct bu_ptbl tab = BU_PTBL_INIT_ZERO;
     int face_verts;
     int i, j;
     int found;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to