Revision: 8238
http://playerstage.svn.sourceforge.net/playerstage/?rev=8238&view=rev
Author: gbiggs
Date: 2009-08-27 23:41:43 +0000 (Thu, 27 Aug 2009)
Log Message:
-----------
Fixed potential segfault in dev_map.c
Modified Paths:
--------------
code/player/trunk/client_libs/libplayerc/dev_map.c
Modified: code/player/trunk/client_libs/libplayerc/dev_map.c
===================================================================
--- code/player/trunk/client_libs/libplayerc/dev_map.c 2009-08-27 19:46:25 UTC
(rev 8237)
+++ code/player/trunk/client_libs/libplayerc/dev_map.c 2009-08-27 23:41:43 UTC
(rev 8238)
@@ -99,7 +99,7 @@
int playerc_map_get_map(playerc_map_t* device)
{
player_map_info_t *info_req;
- player_map_data_t *data_req, *data_resp;
+ player_map_data_t *data_req, *data_resp = NULL;
int i,j;
int oi,oj;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit