Revision: 42145
http://brlcad.svn.sourceforge.net/brlcad/?rev=42145&view=rev
Author: brlcad
Date: 2011-01-12 15:56:50 +0000 (Wed, 12 Jan 2011)
Log Message:
-----------
make sure initd before use, compiler doesn't see the bu_bomb().
Modified Paths:
--------------
brlcad/trunk/src/conv/iges/iges.c
Modified: brlcad/trunk/src/conv/iges/iges.c
===================================================================
--- brlcad/trunk/src/conv/iges/iges.c 2011-01-12 15:46:02 UTC (rev 42144)
+++ brlcad/trunk/src/conv/iges/iges.c 2011-01-12 15:56:50 UTC (rev 42145)
@@ -391,12 +391,12 @@
* 'P' for parameter section
* 'S' for start section */
{
- size_t paramlen;
+ size_t paramlen = 0;
int start_seq;
size_t str_len;
size_t line_start=0;
size_t line_end=0;
- int *seq_no;
+ int *seq_no = NULL;
size_t remaining_chars=0;
size_t i;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits