Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data.
Showing
Please register or sign in to comment
A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data.