pgsql: Remove another unsafe use of random data as a format string. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove another unsafe use of random data as a format string.
Date
Msg-id 20100514003951.B92B17541D2@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove another unsafe use of random data as a format string.

Modified Files:
--------------
    pgsql/contrib/pg_upgrade:
        controldata.c (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/controldata.c?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Get rid of unsafe sprintf and snprintf usages.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix another obvious bug pointed out by a compiler warning.