mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-02 12:30:24 +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
862bdb3880
commit
b300092e4b
@ -583,7 +583,7 @@ STD_opts_help()
|
|||||||
|
|
||||||
for(i = 0; std_options[i].optstr; ++i) {
|
for(i = 0; std_options[i].optstr; ++i) {
|
||||||
if (std_options[i].help)
|
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