Skip to Content.
Sympa Menu

freetds - RE: Comment needed??

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Castellano, Nicholas" <Nicholas_Castellano AT acml.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: Comment needed??
  • Date: Thu, 26 Sep 2002 17:38:11 -0400


Sorry, when I merged in Bill's date patch I didn't notice that it broke
this...I'll put it back.

Cheers,
--nick

-----Original Message-----
From: bounce-freetds-145195 AT franklin.oit.unc.edu
[mailto:bounce-freetds-145195 AT franklin.oit.unc.edu]
Sent: Thursday, September 26, 2002 5:12 PM
To: TDS Development Group
Subject: [freetds] Comment needed??


This evening I tried to improve param.
After a bit test I discovered problems with buffer then I enabled first
dmalloc without success and then the good old ElectricFence. Then I
discovered a strange bug in convert. I watch the code and I note that I
fixes this bug time ago. I should have written a comment...

That I check CVS
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freetds/freetds/src/tds/conve
rt.c.diff?r1=1.72&r2=1.73
and I note

our_format = malloc( strlen(format) + (1+1) ); /* 1 for terminator and 1
for added millisecond character */

changed to

our_format = malloc( strlen(format) + 1 );

????

I know that my English is poor... but not so bad...

freddy77



---
You are currently subscribed to freetds as: [Nicholas_Castellano AT acml.com]
To unsubscribe, forward this message to
$subst('Email.Unsub')


The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that for certain accounts we do not accept
orders and/or instructions by e-mail, and for those accounts we will not be
responsible for carrying out such orders and/or instructions. Kindly refrain
from sending orders or instructions by e-mail unless you have confirmed that
we accept such communications for your account. Please also note that to
satisfy regulatory requirements we review the outgoing and incoming e-mail
correspondence of staff members serving certain functions.






Archive powered by MHonArc 2.6.24.

Top of Page