Re: [Devel] unixodbc bugs

2006-03-01 Thread Bogdan-Andrei Iancu
Hi Alex, thanks for all your fixes - there are committed on CVS now. Salutari, Bogdan Alex Gradinar wrote: 1. function convert_rows in file res.c while allocationg memery to columns of row in this code == CON_ROW(_h) = (strn*)pkg_malloc((int)columns); == allocate only am

[Devel] unixodbc bugs

2006-02-28 Thread Alex Gradinar
1. function convert_rows in file res.c while allocationg memery to columns of row in this code == CON_ROW(_h) = (strn*)pkg_malloc((int)columns); == allocate only amount of bytes as number of columns, but we have to allocate number of columns * sizeof struct strn This is corre