On 8/23/22 02:19, Florian Weimer wrote: > Should glibc simply use arc4random_uniform here? Unfortunately not, because tempname must use getrandom with GRND_NONBLOCK and arc4random_uniform does not do that.