Re: psqlODBC 09.01.0100 Unicode version still crashes on long server messages?

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Jan-Peter Seifert <Jan-Peter(dot)Seifert(at)gmx(dot)de>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: psqlODBC 09.01.0100 Unicode version still crashes on long server messages?
Date: 2013-05-13 13:51:20
Message-ID: 5190EFD8.908@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 13.05.2013 16:15, Jan-Peter Seifert wrote:
> Hello,
> it seems when using the Unicode version of the driver it crashes when:
>
> log_statement ='all'
>
> client_min_messages< notice
>
> and a long query ( e.g. create function ) is sent to the server.
> Did not test it with a long erronous query sent to the server without using the
> settings above. But I guess this would cause the driver to crash as well.

Works for me. Can you provide a test case, please?

> Back in psqlODBC v08.04.0200 ANSI there was a crash when the server message was
> longer than ~4096 bytes.
> I guess this had been fixed in v09.00.0100 with this patch:
> 6.) Removed the use of misused strcat_s together with snprintf_s (bug report
> from Jap-Peter Seifert) and use strlcat instead of strncat.
> Could it be that this had been fixed in the ANSI version only?

Don't think so. But it wouldn't surprise me if there are still similar
bugs lurking elsewhere in the code...

- Heikki

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Jan-Peter Seifert 2013-05-13 14:04:57 Problem with special characters in password when using SQLDriverConnect
Previous Message Jan-Peter Seifert 2013-05-13 13:15:49 psqlODBC 09.01.0100 Unicode version still crashes on long server messages?