diff options
| author | 2025-09-01 10:25:02 -0500 | |
|---|---|---|
| committer | 2025-09-01 12:30:29 -0500 | |
| commit | 82416e4e4e69683f48eacc68929b1e4ba4b919d2 (patch) | |
| tree | 1abf8d3ececf3707a310b88c6d41e307a6bb2a5b /meson.build | |
| parent | Fix #1604 - Add JANET_DO_ERROR_* defines for failure flags from janet_dobytes. (diff) | |
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.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 4bc4dcc7..08835187 100644 --- a/meson.build +++ b/meson.build @@ -281,6 +281,7 @@ test_files = [ 'test/suite-corelib.janet', 'test/suite-debug.janet', 'test/suite-ev.janet', + 'test/suite-ev2.janet', 'test/suite-ffi.janet', 'test/suite-filewatch.janet', 'test/suite-inttypes.janet', |
