pgsql: Go over all OpenSSL return values and make sure we compare them

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Go over all OpenSSL return values and make sure we compare them
Дата
Msg-id 20090128150653.137BB7559ED@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Go over all OpenSSL return values and make sure we compare them
to the documented API value. The previous code got it right as
it's implemented, but accepted too much/too little compared to
the API documentation.

Per comment from Zdenek Kotala.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        be-secure.c (r1.59.2.3 -> r1.59.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c?r1=1.59.2.3&r2=1.59.2.4)
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.73.2.1 -> r1.73.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.73.2.1&r2=1.73.2.2)

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

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Go over all OpenSSL return values and make sure we compare them
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Go over all OpenSSL return values and make sure we compare them