libpqtypes - libpqtypes: fixed possible null pointer access in - Mailing list pgsql-committers

From achernow@pgfoundry.org (User Achernow)
Subject libpqtypes - libpqtypes: fixed possible null pointer access in
Date
Msg-id 20090627180243.98C9B1072151@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
fixed possible null pointer access in PQparamExec and PQparamSendQuery.  Both functions could have passed the native
libpqcounterparts a NULL command string 

Modified Files:
--------------
    libpqtypes/src:
        exec.c (r1.19 -> r1.20)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/exec.c?r1=1.19&r2=1.20)

pgsql-committers by date:

Previous
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: fixed possible null pointer access in
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Revert addition of "o" to tar options.