https://bugs.kde.org/show_bug.cgi?id=359485
Michael Pyne <mp...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.20.0 Status|UNCONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/kcor | |eaddons/47fd753a9a7e19a4468 | |96362528f69f76fd03029 --- Comment #1 from Michael Pyne <mp...@kde.org> --- Git commit 47fd753a9a7e19a446896362528f69f76fd03029 by Michael Pyne. Committed on 17/02/2016 at 05:00. Pushed by mpyne into branch 'master'. KRandom: Don't use up 16K of /dev/urandom to seed rand(). According to a bug report KRandom reads 16K from /dev/urandom when seeding its RNG (which is just the libc RNG). This is because we simply use QFile, which buffers by default, the fix is to avoid buffering the output of this special file. REVIEW:127094 FIXED-IN:5.20.0 M +1 -1 src/lib/randomness/krandom.cpp http://commits.kde.org/kcoreaddons/47fd753a9a7e19a446896362528f69f76fd03029 -- You are receiving this mail because: You are watching all bug changes.