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
fix: runtime NSS_DB_PATH and Once-guarded fixture_init
Replace compile-time `option_env!` with `std::env::var` at runtime,
wrap `fixture_init` in `std::sync::Once`, move the env-var override
out of `init_db` and into `fixture_init`, and add `fixture_init()`
to `pbkdf2` tests to prevent a no-DB init race causing SIGSEGV.
Fixes#28.
0 commit comments