Hi Michael, > Now I have a working 21.t and I implemented the change. It works on my > Linux without any problems. So I commited it. Please try it and give > some comments on what's going wrong.
Now it works for me too. No errors occur. > If you still have the code of your > first try then can you send it to me please? Yesterday I tried the way your proposed: > char_ptr = malloc(required_size); > ... do something ... > RETVAL = newSVpvn(char_ptr, required_size); > free(char_ptr); I think the problem was in malloc/free functions. You do not use them and everything is OK. Best regards, Julia. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ OpenXPKI-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-devel
