BUG in ODBC driver - Mailing list pgsql-interfaces

From Sam O'Connor
Subject BUG in ODBC driver
Date
Msg-id 380CA74E.BDFEE13C@eiffel.com
Whole thread Raw
List 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?


pgsql-interfaces by date:

Previous
From: Dave Page
Date:
Subject: Problem with pgAdmin on Win2K (Was: Hi, i've installed pgadmin bu t)
Next
From: Peter Mount
Date:
Subject: Re: [INTERFACES] Problem with PreparedStatement