Commit graph

1 commit

Author SHA1 Message Date
David Christle
cf3fcc4b8a
fix(debug): prevent race in debug history capture
Concurrent calls to rig_debug() could use the same temporary buffer
and corrupt the saved debug history.

Give each call its own buffer and update the shared history under the
existing mutex.
2026-07-23 22:32:22 -05:00