technoblogy / ulisp-esp

A version of the Lisp programming language for ESP32-based boards.
MIT License
110 stars 37 forks source link

Corruption using with-output-to-string #51

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.