Skip to Content.
Sympa Menu

freetds - Comment needed??

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS <freetds AT franklin.oit.unc.edu>
  • Subject: Comment needed??
  • Date: 26 Sep 2002 23:12:21 +0200


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/convert.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






Archive powered by MHonArc 2.6.24.

Top of Page