Revision: 48498
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48498&view=rev
Author:   erikgreenwald
Date:     2012-01-12 15:16:33 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
zero out shootray status memory. Cov1624

Modified Paths:
--------------
    brlcad/trunk/src/librt/bundle.c

Modified: brlcad/trunk/src/librt/bundle.c
===================================================================
--- brlcad/trunk/src/librt/bundle.c     2012-01-12 15:14:52 UTC (rev 48497)
+++ brlcad/trunk/src/librt/bundle.c     2012-01-12 15:16:33 UTC (rev 48498)
@@ -121,6 +121,8 @@
     struct rt_i *rtip;
     const int debug_shoot = RT_G_DEBUG & DEBUG_SHOOT;
 
+    memset(&ss, 0, sizeof(struct rt_shootray_status));
+
     RT_AP_CHECK(ap);
     if (ap->a_magic) {
        RT_CK_AP(ap);

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to