* gnu/packages/game-development.scm (plib)[patches]: Add patches. * gnu/packages/patches/plib-CVE-2011-4620.patch, gnu/packages/patches/plib-CVE-2012-4552.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			368 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| https://sources.debian.org/data/main/p/plib/1.8.5-8/debian/patches/04_CVE-2011-4620.diff
 | |
| 
 | |
| --- a/src/util/ulError.cxx
 | |
| +++ b/src/util/ulError.cxx
 | |
| @@ -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 )
 |