BUG in ODBC driver

From: "Sam O'Connor" <oconnor(at)eiffel(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: BUG in ODBC driver
Date: 1999-10-19 17:15:58
Message-ID: 380CA74E.BDFEE13C@eiffel.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

The current ODBC driver has a bug
caused by the loid being cast and
stored in a pointer.
Later on there are two places where
this pointer is dereferenced to
free some memory but there is no
check to see if the current type
is LONG_VAR_BINARY.

I had fixed this in my local copy
of the source but have since had
my laptop's hard disk die. I'll
try to reconstruct the fix in a
few days. (other more important
things to reconstruct in the
meantime) Perhaps someone else
can fix it in the meantime from
the meager description above.

Sam

P.S.
Is anyone else using PG + ODBC from C?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Herouth Maoz 1999-10-19 17:16:51 Re: [INTERFACES] Problem with PreparedStatement
Previous Message Dave Page 1999-10-19 15:28:14 Problem with pgAdmin on Win2K (Was: Hi, i've installed pgadmin bu t)