pgsql: Don't pass strings directly to errdetail() and errhint() - use %s

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Don't pass strings directly to errdetail() and errhint() - use %s
Дата
Msg-id 20081120153622.C98757545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Don't pass strings directly to errdetail() and errhint() - use
%s to unescape them. Fixes a potential security issue (in as yet
unreleased code)

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        pl_exec.c (r1.224 -> r1.225)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c?r1=1.224&r2=1.225)

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

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Silence compiler warning about ignored return value.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having