Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
There's some kind of memory issue when running in C, i get this STDERR message quite randomly. I really don't think I'm the one responsible, because the sole memory handling operation I do is a simple malloc ("out = (char*) malloc(len*sizeof(char)+1);")
STDERR:
*** Error in `/home/codewarrior/solution': free(): invalid next size (fast): 0x0000000000f7e850 ***
My code passed the sample tests but won't go through the actual attempt. It says "Time: 17ms Passed: 4 Failed: 1 Errors: 1".