Nicholas M. Van Horn
Results
1
issues of
Nicholas M. Van Horn
Calling `(string-join strs char)` with a non-string in _strs_ leads to a segmentation fault rather than an error. This is easy to replicate in interpreted or compiled code: ```scheme ;;;...