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:
|
||
---|---|---|
.. | ||
in_kernel.c | ||
rv.c | ||
trace.c | ||
utils.c |