Cygwin: testsuite: fix insecure usage of printf in libltp
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		
							parent
							
								
									302b82afee
								
							
						
					
					
						commit
						3b80191f33
					
				|  | @ -583,7 +583,7 @@ STD_opts_help() | |||
| 
 | ||||
|     for(i = 0; std_options[i].optstr; ++i) { | ||||
| 	if (std_options[i].help) | ||||
| 	    printf(std_options[i].help); | ||||
| 	    fputs(std_options[i].help, stdout); | ||||
|     } | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue