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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove another unsafe use of random data as a format string.
Дата
Msg-id 20100514003951.B92B17541D2@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Get rid of unsafe sprintf and snprintf usages.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix another obvious bug pointed out by a compiler warning.