mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-05 01:13:12 +03:00
ec9a44b2a5
The atfork handler is executed even when fork()-ing threads that have never initialized their local csprng. Handle this case gracefully instead of raising a runtime error. Fixes #8841