Revision: 9097
          http://playerstage.svn.sourceforge.net/playerstage/?rev=9097&view=rev
Author:   jpgr87
Date:     2012-06-06 23:36:35 +0000 (Wed, 06 Jun 2012)
Log Message:
-----------
Applied patch #3532477: playerv uninitialised variable in pv_dev_actarray.c

Modified Paths:
--------------
    code/player/trunk/utils/playerv/pv_dev_actarray.c

Modified: code/player/trunk/utils/playerv/pv_dev_actarray.c
===================================================================
--- code/player/trunk/utils/playerv/pv_dev_actarray.c   2012-04-24 05:28:22 UTC 
(rev 9096)
+++ code/player/trunk/utils/playerv/pv_dev_actarray.c   2012-06-06 23:36:35 UTC 
(rev 9097)
@@ -71,6 +71,7 @@
   rtk_menuitem_check(actarray->subscribe_item, 
actarray->proxy->info.subscribed);
 
   // Construct figures
+  actarray->fig_count = 0;
   actarray->actuator_fig = NULL;
   actarray->actuator_fig_cmd = NULL;
   actarray->lastvalue = NULL;

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to