psqlodbc - psqlodbc: Fix the bug that strings are copied to a null

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Fix the bug that strings are copied to a null
Date: 2011-05-21 23:48:12
Message-ID: 20110521234812.69B021071031@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix the bug that strings are copied to a null pointer.

Modified Files:
--------------
psqlodbc:
convert.c (r1.194 -> r1.195)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c?r1=1.194&r2=1.195)
version.h (r1.191 -> r1.192)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.191&r2=1.192)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-05-22 17:07:43 pgsql: Clarify the documentation of the --with-ossp-uuid option
Previous Message User Hinoue 2011-05-21 23:39:42 psqlodbc - psqlodbc: Cosmetic changes.