1
0
mirror of https://github.com/janet-lang/janet synced 2026-03-18 13:49:49 +00:00
Files
janet/src/include
Calvin Rose 82416e4e4e Address #1629 - janet_deinit called before threaded channel message sent
to thread.

If we take a reference to another thread inside channel code, make sure
that we increase the refcount to avoid a use after free.
2025-09-01 12:30:29 -05:00
..