libpqtypes - libpqtypes: fixed possible null pointer access in

From: achernow(at)pgfoundry(dot)org (User Achernow)
To: pgsql-committers(at)postgresql(dot)org
Subject: libpqtypes - libpqtypes: fixed possible null pointer access in
Date: 2009-06-27 18:02:43
Message-ID: 20090627180243.98C9B1072151@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
fixed possible null pointer access in PQparamExec and PQparamSendQuery. Both functions could have passed the native libpq counterparts 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-06-27 21:06:46 pgsql: Revert addition of "o" to tar options.
Previous Message User Achernow 2009-06-27 17:36:38 libpqtypes - libpqtypes: fixed possible null pointer access in