mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 12:59:21 +08:00
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…
x
Reference in New Issue
Block a user