mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Remove another unsafe use of random data as a format string.
This commit is contained in:
parent
8eac39780d
commit
0546906064
@ -88,7 +88,7 @@ get_control_data(migratorContext *ctx, ClusterInfo *cluster, bool live_check)
|
||||
while (fgets(bufin, sizeof(bufin), output))
|
||||
{
|
||||
if (ctx->debug)
|
||||
fprintf(ctx->debug_fd, bufin);
|
||||
fputs(bufin, ctx->debug_fd);
|
||||
|
||||
#ifdef WIN32
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user