Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 395553
Collapse All | Expand All

(-)plib-1.8.5/src/util/ulError.cxx~ (-1 / +1 lines)
Lines 39-45 void ulSetError ( enum ulSeverity severi Link Here
39
{
39
{
40
  va_list argp;
40
  va_list argp;
41
  va_start ( argp, fmt ) ;
41
  va_start ( argp, fmt ) ;
42
  vsprintf ( _ulErrorBuffer, fmt, argp ) ;
42
  vsnprintf ( _ulErrorBuffer, sizeof(_ulErrorBuffer), fmt, argp ) ;
43
  va_end ( argp ) ;
43
  va_end ( argp ) ;
44
  if ( _ulErrorCB )
44
  if ( _ulErrorCB )

Return to bug 395553