psqlodbc - psqlodbc: Fix an index over bug which causes a crash or an

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Fix an index over bug which causes a crash or an
Date: 2007-04-04 14:42:35
Message-ID: 20070404144236.10F81217522@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix an index over bug which causes a crash or an unexpected result.

Modified Files:
--------------
psqlodbc:
results.c (r1.104 -> r1.105)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/results.c.diff?r1=1.104&r2=1.105)
version.h (r1.91 -> r1.92)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h.diff?r1=1.91&r2=1.92)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2007-04-04 15:37:17 pgbuildfarm - client-code: MSVC doesn't need pthreads any more
Previous Message James William Pye 2007-04-04 06:06:43 python - fe: PStatement refactor, Transaction with, and more interrupt