]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
glibc: Fix missing randomness in __gen_tempname
authorOla x Nilsson <olani@axis.com>
Mon, 14 Oct 2024 14:38:18 +0000 (16:38 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Oct 2024 10:47:20 +0000 (11:47 +0100)
commit0bb6aa06db5bf2e89d1c499e84a0a8cedbd8f0a7
tree5112dbdd42a4d378befa94165478e6993d9e13d5
parent8534e6427622ec76e100b7d10ee11d180cf5980a
glibc: Fix missing randomness in __gen_tempname

Backport the fix for glibc bug 32214.

The missing randomness in early boot may cause some systemd services
to fail when they occasionally try to create tempdirs like
/run/systemd/namespace-aaaaaa at the same time.
The error messages can contain things like
"Failed to set up mount namespacing".

Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc/0024-Fix-missing-randomness-in-__gen_tempname-bug-32214.patch [new file with mode: 0644]
meta/recipes-core/glibc/glibc_2.40.bb