pgsql: Remove another unsafe use of random data as a format string.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove another unsafe use of random data as a format string.
Date: 2010-05-14 00:39:51
Message-ID: 20100514003951.B92B17541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-05-14 00:43:42 pgsql: Fix another obvious bug pointed out by a compiler warning.
Previous Message Tom Lane 2010-05-14 00:32:21 pgsql: Get rid of unsafe sprintf and snprintf usages.