mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			565 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			565 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/srclib/stdio.in.h	2011-08-07 15:42:06.000000000 +0200
 | 
						|
+++ b/srclib/stdio.in.h	2015-06-10 09:27:58.129056262 +0200
 | 
						|
@@ -695,7 +696,8 @@ _GL_CXXALIASWARN (gets);
 | 
						|
 /* It is very rare that the developer ever has full control of stdin,
 | 
						|
    so any use of gets warrants an unconditional warning.  Assume it is
 | 
						|
    always declared, since it is required by C89.  */
 | 
						|
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
 | 
						|
+/*_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");*/
 | 
						|
+#define gets(a) fgets( a, sizeof(*(a)), stdin)
 | 
						|
 #endif
 |