Re: SQLGetInfo buffer overflow? - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: SQLGetInfo buffer overflow?
Date
Msg-id 20060126185116.GC11754@soptik.pzkagis.cz
Whole thread Raw
In response to Re: SQLGetInfo buffer overflow?  (Ludek Finstrle <luf@pzkagis.cz>)
Responses Re: SQLGetInfo buffer overflow?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-odbc
Wed, Jan 25, 2006 at 06:16:22PM +0100, Ludek Finstrle napsal(a):
> Wed, Jan 25, 2006 at 11:52:13AM -0500, Tom Lane napsal(a):
> > Anyone have a comment on
> > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178925
>
> I see no problem without Unicode support. I'm not sure with unicode version.

I test unicode driver 08.01.0106 on CentOS 4.2 x86_64 without such problem.
I have no Fedora 4 x86_64 to test it.

Perl code to test (it needs DBD::ODBC):

use DBI;

my $dbh = DBI->connect('dbi:ODBC:<DSN>','username','password');
print $dbh->func(18, GetInfo);
$dbh->disconnect;

Could someone test it with Fedora 4 on x86_64?

Thanks,

Luf

pgsql-odbc by date:

Previous
From: Ludek Finstrle
Date:
Subject: Re: Odbcapi30.c - 64 bit compiler warning cleanup
Next
From: Jaime Casanova
Date:
Subject: is there a default client encoding?