Subject | Re: [firebird-support] UDF or/and maybe Charset problem |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2017-08-24T10:11:37Z |
24.08.2017 12:00, Nagy Szilveszter nagy_szilveszter@... [firebird-support] wrote:
--
WBR, SD.
> out = (char*)calloc(strlen(str), sizeof(char));Besides, here and there you forgot about space for terminating null char.
> result = (char*)calloc(j, sizeof(char));
--
WBR, SD.