Skip to Content.
Sympa Menu

freetds - [ freetds-Patches-610810 ] tdoParseConnectString bug

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: noreply AT sourceforge.net
  • To: noreply AT sourceforge.net
  • Subject: [ freetds-Patches-610810 ] tdoParseConnectString bug
  • Date: Tue, 17 Sep 2002 14:39:55 -0700


Patches item #610810, was opened at 2002-09-17 15:39
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=407808&aid=610810&group_id=33106

Category: odbc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ross Simpson (simpsora)
Assigned to: Nobody/Anonymous (nobody)
Summary: tdoParseConnectString bug

Initial Comment:
I found a bug in tdoParseConnectString (in

connectparams.c), called by SQLDriverConnect.



p was never being reset at the end of the for, which

was causing an off-by-one error, and thereby none of

the parameters were being set.



Also, the wrong value was being used when resetting

dest at the end of the loop (was FILENAME_MAX, should

be cplen).

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=407808&aid=610810&group_id=33106



  • [ freetds-Patches-610810 ] tdoParseConnectString bug, noreply, 09/17/2002

Archive powered by MHonArc 2.6.24.

Top of Page