summaryrefslogtreecommitdiffstats
path: root/kde/patch/kcoreaddons (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-02Patch for kcoreaddons: a regression caused rand() to be not seeded. Eric Hameleers1-0/+27
KRandom saw a regression in KCoreAddon's 5.21.0 release, which impacts a wide range of applications and use cases. Since the rand() was not seeded, the numbers generated were predictable, which is ugly in games and probably alarming for bluetooth pairing.