marcomaggi / vicare

A native compiler for Scheme compliant with R6RS
http://marcomaggi.github.com/vicare.html
Other
200 stars 34 forks source link

string-titlecase segfaults when given string with more than one consecutive digits #13

Closed marcomaggi closed 14 years ago

marcomaggi commented 14 years ago

(string-titlecase "abcdefghilmno12") seg-fault

Matches bug https://bugs.launchpad.net/ikarus/+bug/593595 at Ikarus bug tracker.

marcomaggi commented 14 years ago

fixed and merged in ikarus branch