On Sat, Jan 22, 2022 at 11:51:37AM +0000, Jonathan Wakely wrote: > IIRC it wasn't that simple. The necessary entropy was *not* coming > from uninitialized bytes. There were other sources of *real* entropy, > but the Debian patch caused *none* of it to be added to the pool > (except for the PID). Zeroing the uninitialized bytes would *not* hurt > as long as the *real* sources of entropy still get added. And one really can't rely on entropy from uninitialized variables, using them is UB, so the compiler may already use zeros in there instead, or could have optimized those entirely etc. Jakub _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure