pgsql: Go over all OpenSSL return values and make sure we compare them - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Go over all OpenSSL return values and make sure we compare them
Date
Msg-id 20090128150657.1EEBB7559ED@cvs.postgresql.org
Whole thread Raw
List 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_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        be-secure.c (r1.83 -> r1.83.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c?r1=1.83&r2=1.83.2.1)
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.102 -> r1.102.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.102&r2=1.102.2.1)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Go over all OpenSSL return values and make sure we compare them
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Change warning-silencing code not to cast the pointer type,