pgsql: Get rid of unsafe sprintf and snprintf usages.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Get rid of unsafe sprintf and snprintf usages.
Дата
Msg-id 20100514003221.79CAD7541D2@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Get rid of unsafe sprintf and snprintf usages.  Per compiler warnings.

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

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Spell __darwin__ correctly, to suppress compiler warning on OSX.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove another unsafe use of random data as a format string.