Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > eb4ca3109f9751cc75828d30d68bc759 > files > 1

plib-1.8.5-6.mga3.src.rpm

--- plib-1.8.5/src/util/ulError.cxx~	2012-04-02 18:45:20.037986740 -0400
+++ plib-1.8.5/src/util/ulError.cxx	2012-04-02 18:45:47.654496658 -0400
@@ -39,7 +39,7 @@
 {
   va_list argp;
   va_start ( argp, fmt ) ;
-  vsprintf ( _ulErrorBuffer, fmt, argp ) ;
+  vsnprintf ( _ulErrorBuffer, sizeof(_ulErrorBuffer), fmt, argp ) ;
   va_end ( argp ) ;
  
   if ( _ulErrorCB )