Skip to content

Commit e5c5cbb

Browse files
committed
Intermediate changes
commit_hash:fa96a59fd0ca24e8960823b1caa0a213f446e8ff
1 parent 9bc214b commit e5c5cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/cpp/testing/dump_clang_coverage/write_profile_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void __attribute__((constructor)) premain() {
121121
int rc = __llvm_profile_write_file();
122122
if (!rc && getenv("YA_COVERAGE_DUMP_PROFILE_EXIT_CODE")) {
123123
if (const char* token = getenv("YA_COVERAGE_DUMP_PROFILE_RELIABILITY_TOKEN")) {
124-
fprintf(stdout, token);
124+
fprintf(stdout, "%s", token);
125125
fflush(stdout);
126126
}
127127
rc = atoi(getenv("YA_COVERAGE_DUMP_PROFILE_EXIT_CODE"));

0 commit comments

Comments
 (0)