]> Git Repo - qemu.git/commit
util: Adjust qemu_guest_getrandom_nofail for Coverity
authorRichard Henderson <[email protected]>
Thu, 30 May 2019 17:38:24 +0000 (12:38 -0500)
committerLaurent Vivier <[email protected]>
Thu, 6 Jun 2019 09:21:25 +0000 (11:21 +0200)
commit11259e9adce0ad2deaa2867395267e808eb8a3b2
treec5afea5e467394da98e257dde44b795545d1f5d5
parentcd2fa2a489c964335445dc911c92533133eb0fc2
util: Adjust qemu_guest_getrandom_nofail for Coverity

Explicitly ignore the return value of qemu_guest_getrandom.
Because we use error_fatal, all errors are already caught.

Fixes: CID 1401701
Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20190530173824[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
util/guest-random.c
This page took 0.02517 seconds and 4 git commands to generate.