Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 693164329be3852ed37c8af054e28272 > files > 1

openmpi-1.4.5-2.mga2.src.rpm

--- ./orte/mca/notifier/syslog/notifier_syslog_module.c.bak	2010-07-13 16:55:15.000000000 -0400
+++ ./orte/mca/notifier/syslog/notifier_syslog_module.c	2010-07-13 16:56:34.000000000 -0400
@@ -90,6 +90,6 @@
     }
     
     /* go ahead and output it */
-    syslog(priority, output);
+    syslog(priority, "%s", output);
     free(output);
 }
--- ./ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/otfconfig.c.bak	2010-07-13 17:20:55.000000000 -0400
+++ ./ompi/contrib/vt/vt/extlib/otf/tools/otfconfig/otfconfig.c	2010-07-13 17:21:37.000000000 -0400
@@ -74,7 +74,7 @@
 				"" );
 #endif /* HAVE_ZLIB */
 
-			printf( tmp );
+			printf( "%s", tmp );
 
 		} else if ( 0 == strcmp( argv[i], "--sizes" ) ) {