TinyScheme doesn't handle NUL chars in strings properly. In the C code, TinyScheme uses strlen() et al which truncate Scheme strings at the NUL character.
I have attached a patch that should fix this.
Here is a test case. I have used it to check TinyScheme with my patch, Guile and Chicken.
Log in to post a comment.
Here is a test case. I have used it to check TinyScheme with my patch, Guile and Chicken.