]> git.lizzy.rs Git - rust.git/commit
Incorrect getrandom() system call for PowerPC Linux
authorAnton Blanchard <anton@samba.org>
Fri, 8 Jan 2016 06:42:51 +0000 (06:42 +0000)
committerAnton Blanchard <anton@samba.org>
Wed, 13 Jan 2016 01:39:01 +0000 (01:39 +0000)
commit7ff64b20f9a8d981154524242d9b582dbf9ff818
tree77b8532bfac3bbbc4970f73f826b5958caffba56
parentb372910476c40584a22cd253c69106775d0c93fa
Incorrect getrandom() system call for PowerPC Linux

Michael Ellerman pointed out that the system call for getrandom()
on PowerPC Linux is incorrect. This bug was in the powerpc32 port,
and was carried over to the powerpc64 port too.
src/libstd/rand/os.rs