technoblogy / ulisp-arm

A version of the Lisp programming language for ARM-based boards.
http://www.ulisp.com/
MIT License
97 stars 30 forks source link

Corruption using with-output-to-string #48

Closed technoblogy closed 3 years ago

technoblogy commented 3 years ago

If a garbage collection occurs during execution of a with-output-to-string form the result string may be corrupted.

This will be fixed in the next release. Thanks to Max-Gerd Retzlaff for reporting this.