
7 Jun
2016
7 Jun
'16
9:16 a.m.
On Tue, Jun 07, 2016 at 07:37:22AM -0400, John Ferlan wrote:
Document the return value of virRandomBytes as 0 or some errno value and then make sure all callers make the proper checks.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/util/vircrypto.c | 2 +- src/util/virrandom.c | 2 ++ tests/vircryptotest.c | 6 ++++-- tests/virrandomtest.c | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-)
ACK