technoblogy / ulisp

A version of the Lisp programming language for ATmega-based Arduino boards.
http://www.ulisp.com/
MIT License
372 stars 45 forks source link

Corruption using with-output-to-string #45

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.