[freetds] bug fixed

Patrick Rotsaert patrick.rotsaert at tts-online.be
Tue Mar 9 09:42:01 EST 2004


Ok, thanks. I didn't read the mailing archives yet, only just subscribed 
to it.

Matthew A. Davis wrote:

>freddy77 fixed this a couple of weeks ago.  See http://lists.ibiblio.org/pipermail/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
>>    
>>
>
>  
>


More information about the FreeTDS mailing list