Subject Re: [firebird-support] UDF or/and maybe Charset problem
Author Dimitry Sibiryakov
24.08.2017 12:00, Nagy Szilveszter nagy_szilveszter@... [firebird-support] wrote:
> out = (char*)calloc(strlen(str), sizeof(char));

>     result = (char*)calloc(j, sizeof(char));

Besides, here and there you forgot about space for terminating null char.


--
WBR, SD.