Centos-kernel-stream-9/tools/verification
John Kacur bf29e23b05 rv: Fix addition on an uninitialized variable 'run'
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2188441

commit 54a0dffa62de0c91b406ff32082a121ccfa0d7f1
Author: Colin Ian King <colin.i.king@gmail.com>
Date:   Mon Apr 24 10:47:30 2023 +0100

	rv: Fix addition on an uninitialized variable 'run'

	The variable run is not initialized however it is being accumulated
	by the return value from the call to ikm_run_monitor.  Fix this by
	initializing run to zero at the start of the function.

	Link: https://lkml.kernel.org/r/20230424094730.105313-1-colin.i.king@gmail.com

	Fixes: 4bc4b131d44c ("rv: Add rv tool")

	Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
	Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
	Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>

Signed-off-by: John Kacur <jkacur@redhat.com>
2023-05-26 18:31:38 -04:00
..
dot2 rv/dot2c: Make automaton definition static 2022-11-21 17:07:13 +01:00
models rv/monitor: Add the wwnr monitor 2022-11-14 15:11:32 +01:00
rv rv: Fix addition on an uninitialized variable 'run' 2023-05-26 18:31:38 -04:00