Skip to Content.
Sympa Menu

freetds - Re: [freetds] bug fixed

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Matthew A. Davis" <azami AT speakeasy.net>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] bug fixed
  • Date: Tue, 09 Mar 2004 09:37:44 -0500

freddy77 fixed this a couple of weeks ago. See
https://lists.ibiblio.org/sympa/arc/freetds/2004q1/015534.html in the freetds
discussion archive.

Best Regards,
Matthew Davis

Patrick Rotsaert wrote:
>
> 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 mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds

--
Matthew A. Davis ( mailto:azami AT speakeasy.net )
http://www.speakeasy.net/~azami

"It's not always popular upholding the Constitution,
but it's always the right thing to do."
-Senator Patrick J. Leahy (D-Vt)




Archive powered by MHonArc 2.6.24.

Top of Page