mirror of
https://github.com/open-simh/simh.git
synced 2026-04-26 12:17:25 +00:00
The fprintf substitute function Fprintf can call tmxr_linemsgvf which may internally produce debug output thus producing an infinite recursion. All writes to the debug file are now done by explicit calls to fwrite() OR the Fprintf socket destination is saved and cleared during all calls to fprintf.
454 KiB
454 KiB