libpqtypes - libpqtypes: fixed possible null pointer access in

Поиск
Список
Период
Сортировка
От achernow@pgfoundry.org (User Achernow)
Тема libpqtypes - libpqtypes: fixed possible null pointer access in
Дата
Msg-id 20090627173638.47D051072151@pgfoundry.org
обсуждение исходный текст
Список 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.18 -> r1.19)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/exec.c?r1=1.18&r2=1.19)

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

Предыдущее
От: doudou586@pgfoundry.org (User Doudou586)
Дата:
Сообщение: press - pr: 2nd version
Следующее
От: achernow@pgfoundry.org (User Achernow)
Дата:
Сообщение: libpqtypes - libpqtypes: fixed possible null pointer access in