freetds AT lists.ibiblio.org
Subject: FreeTDS Development Group
List archive
- From: Patrick Rotsaert <patrick.rotsaert AT tts-online.be>
- To: freetds AT lists.ibiblio.org
- Subject: [freetds] bug fixed
- Date: Tue, 09 Mar 2004 15:24:55 +0100
I found a bug in query.c, function tds_skip_quoted_ucs2le
I changed the line:
if (p[0] != quote || p[1])
into:
if (p[0] != quote || p[1] || p == end)
I had a case where `end' pointed to a " character, so the loop did not end correctly.
I am not sure if this is the normal way to report these kind of fixes, but I trust it will be dealt with ;-)
Regards,
Patrick Rotsaert
-
[freetds] bug fixed,
Patrick Rotsaert, 03/09/2004
-
Re: [freetds] bug fixed,
Matthew A. Davis, 03/09/2004
- Re: [freetds] bug fixed, Patrick Rotsaert, 03/09/2004
-
Re: [freetds] bug fixed,
Matthew A. Davis, 03/09/2004
Archive powered by MHonArc 2.6.24.