[libc-commits] [libc] [libc] implement secure random buffer filling with vDSO (PR #109870)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Tue Sep 24 15:42:17 PDT 2024
SchrodingerZhu wrote:
Some pending questions:
What would the be the most proper behavior post fork?
Should I clear the state space and repopulate the states across fork? Or if we are not anticipating further usage, is it appropriate to simply let the freelist leak?
https://github.com/llvm/llvm-project/pull/109870
More information about the libc-commits
mailing list