You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prove correctness under the conditions the protocol actually imposes: concurrent foreign-thread invocation, strict ownership rules, and memory safety across the ABI.
Tasks
Rust mock host: dlopens the built cdylib, fires concurrent requests from N OS threads, validates responses, always calls nsgi_free_response exactly once
Memory/thread sanitizers (ASAN/TSAN, or valgrind on Linux) over the mock-host suite in CI
Goal
Prove correctness under the conditions the protocol actually imposes: concurrent foreign-thread invocation, strict ownership rules, and memory safety across the ABI.
Tasks
dlopens the built cdylib, fires concurrent requests from N OS threads, validates responses, always callsnsgi_free_responseexactly onceIO::Bufferand touches it after the request completes → must raise, not crash