]> sourceware.org Git - glibc.git/commit
posix: Sync tempname with gnulib [BZ #26648]
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 29 Sep 2020 11:56:07 +0000 (08:56 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 11 Jan 2021 19:29:05 +0000 (16:29 -0300)
commit4dddd7e9cbecad4aa03ee5a9b9edb596e3d4e909
tree2658f634794d89cc5a201696d63bd830d3568323
parent42dda89dcb0407f6799dbfd0b9dab1529666ad51
posix: Sync tempname with gnulib [BZ #26648]

It syncs with gnulib commit b1268f22f443e8e4b9e.  The try_tempname_len
now uses getrandom on each iteration to get entropy and only uses the
clock plus ASLR as source of entropy if getrandom fails.

Checked on x86_64-linux-gnu and i686-linux-gnu.
sysdeps/posix/tempname.c
This page took 0.039377 seconds and 5 git commands to generate.