Closed gnufied closed 4 years ago
Ok, let me try to replicate
Getting the same issue on arch
I think the problem is in the cat function in arrayFunctions.h, 50 bytes are allocated regardless of the value of s. If s > 50, it won't work. Is there a particular reason for not using strcat @DavRack?
@gnufied @pstonham please post the output of skr --init, im working on a better way to handle strings in skr
I've implemented a fix, pls check if you still get the error
@iconocles did you use the lattest commit?
Yeah I posted my feedback just after you implemented the fix; you can close this issue now, I'm no longer getting malloc(): corrupted top size.
Great work, that fixed it for me
Awesome!
It appears to be crashing on fedora:
I haven't debugged further