On Sun, 17 Jan 2021, Chase wrote:
Marcin you were right, it was ast malloc causing problems, I asked the leader of ksh if there was any way to disable it and he told me to pass -D_std_malloc. OpenBSD works perfectly now. Patch attached. I think we could safely merge this branch now if there are no further objections...
Not quite - from what I've read using standard libc malloc breaks ksh93 subtly some tests of the test suite (haven't check with the fork you are using). What might happen here is that we pass the area allocated by ksh93 malloc but that is about to be released using free() coming from libc... Thinking a bit about it, this might create bigger problems with dtksh, yuck Marcin
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel