]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #51850 - abarth:draw_again, r=cramertj
authorbors <bors@rust-lang.org>
Wed, 27 Jun 2018 17:20:27 +0000 (17:20 +0000)
committerbors <bors@rust-lang.org>
Wed, 27 Jun 2018 17:20:27 +0000 (17:20 +0000)
[fuchsia] Update zx_cprng_draw to target semantics

This change is the final step in improving the semantics of
zx_cprng_draw. Now the syscall always generates the requested number of
bytes. If the syscall would have failed to generate the requested number
of bytes, the syscall either terminates the entire operating system or
terminates the calling process, depending on whether the error is a
result of the kernel misbehaving or the userspace program misbehaving.


Trivial merge