BUG in ODBC driver

Поиск
Список
Период
Сортировка
От Sam O'Connor
Тема BUG in ODBC driver
Дата
Msg-id 380CA74E.BDFEE13C@eiffel.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Problem with pgAdmin on Win2K (Was: Hi, i've installed pgadmin bu t)
Следующее
От: Peter Mount
Дата:
Сообщение: Re: [INTERFACES] Problem with PreparedStatement