Re: One failing unit test (iconv_read) on git master on OS X
Marc Abramowitz <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CE5B6766.1FB58%[email protected]> |
On 9/15/13 11:24 AM, "Marc Abramowitz" <[email protected]> wrote: >So perhaps there's only 1024 bytes of space in the output buffer? I'll try >to dig in... Interesting data pointŠ If I make the following change, then it makes the iconv_read test pass (although it makes a few other tests fail and one hangs): https://gist.github.com/msabramo/6574246 So it appears that it has something to do with it not allocating a big enough buffer to not passing the right size.