This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Get new entropy on each attempt __gen_tempname (BZ #15813)
- From: Florian Weimer <fweimer at redhat dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 29 Jul 2019 10:33:16 +0200
- Subject: Re: [PATCH] Get new entropy on each attempt __gen_tempname (BZ #15813)
- References: <20190725142550.18479-1-adhemerval.zanella@linaro.org>
* Adhemerval Zanella:
> + uint64_t pid = (uint64_t)__getpid () << 32;
Space after cast? Rest of the change looks okay.
Thanks,
Florian