bug in ODBC Bind messege for SunOS - Mailing list pgsql-odbc

From Zahid Khan
Subject bug in ODBC Bind messege for SunOS
Date
Msg-id 809641.74765.qm@web54507.mail.re2.yahoo.com
Whole thread Raw
Responses Re: bug in ODBC Bind messege for SunOS  (Hiroshi Inoue <inoue@tpf.co.jp>)
List pgsql-odbc
Hi ,

  Going through the code of psqlODBC i suspect a bug
in bind messege function  BuildBindRequest() for
SunOS(64bit).

I found netleng is declared with size_t and the sizeof
size_t is of eight byte on SunOS 64bit whereas PG
protocol expect 4 bytes for legth over the network.

*int* type can be the quick fix -:)

Thanks,
Zahid K.



____________________________________________________________________________________
Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/

pgsql-odbc by date:

Previous
From: Michal Vitecek
Date:
Subject: python, threads and pgsqlodbc problems
Next
From: Hiroshi Inoue
Date:
Subject: Re: bug in ODBC Bind messege for SunOS