fix(core): linearize session publication

This commit is contained in:
sechmachine
2026-08-12 22:40:05 +07:00
parent 519c04e18f
commit 0723c10d9a
4 changed files with 193 additions and 24 deletions
+1
View File
@@ -742,6 +742,7 @@ fn signer_callback_rejects_every_stateful_api_across_handles() {
let other = create(&mut other_ctx);
let mut ctx = Context::default();
ctx.reentry_cancel.store(OK, Ordering::SeqCst);
ctx.reentry_target.store(other as usize, Ordering::SeqCst);
let mut cfg = config(&mut ctx);
cfg.sign_admission = Some(sign_admission_probes_global_reentry);