git-random-getrandom
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 27 Aug 2022 11:38:11 +0000 (12:38 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sat, 27 Aug 2022 11:38:11 +0000 (12:38 +0100)
commit633b871d96595be57c571a2f9843356ffaa7bf13
tree5f1508b0f80db998f6f56b85f3db9605597c8bab
parent4790ce508d23c8970ffd0b5a7dcd98513ab77d3f
git-random-getrandom

commit 33e8e95cbd0d6724553f390142d4b11352d59dd0
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Dec 30 21:25:24 2021 +0100

    hurd: Make getrandom a stub inside the random translator

    glibc uses /dev/urandom for getrandom(), and from version 2.34 malloc
    initialization uses it. We have to detect when we are running the random
    translator itself, in which case we can't read ourself.

commit edb5ab841a049c8a8267ebc4d537eec690952daa
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Jan 1 17:51:18 2022 +0100

    hurd: Use __trivfs_server_name instead of trivfs_server_name

    The latter violates namespace contraints

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-random-getrandom.diff
sysdeps/mach/hurd/getrandom.c