Changeset: b463f74483ed for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b463f74483ed
Modified Files:
        pathfinder/src/sqlhelpers/xmlshred/encoding.c
Branch: default
Log Message:

Variable may be used uninitialized.
(A human can determine that this was not the case, but the compiler can't.)


diffs (12 lines):

diff -r 3a88c9dc6513 -r b463f74483ed 
pathfinder/src/sqlhelpers/xmlshred/encoding.c
--- a/pathfinder/src/sqlhelpers/xmlshred/encoding.c     Wed Oct 06 10:04:46 
2010 +0200
+++ b/pathfinder/src/sqlhelpers/xmlshred/encoding.c     Wed Oct 06 11:43:38 
2010 +0200
@@ -930,7 +930,7 @@
 
     /* table handling initialization */
     FILE *table_file,
-         *xml_file;
+         *xml_file = NULL;
     int len = 1024,
         length,
         num = 0;
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to