[Intel-gfx] [PATCH] drm/i915/selftests: Potential uninitialized return in live_reset_whitelist()
Chris Wilson
chris at chris-wilson.co.uk
Fri Apr 27 14:11:20 UTC 2018
Quoting Dan Carpenter (2018-04-27 15:06:16)
> Smatch complains that "err" could be uninitialized at the end. I don't
> know the code well but that seems like a reasonable warning.
>
> Signed-off-by: Dan Carpenter <dan.carpenter at oracle.com>
Thanks for the report, Gustavo Silva already submitted the same fixup.
commit a3997159133d56e444f0c0f56ab1ae59863912a8
Author: Gustavo A. R. Silva <gustavo at embeddedor.com>
Date: Tue Apr 24 08:15:45 2018 -0500
drm/i915/selftests: Fix uninitialized variable
There is a potential execution path in which variable err is
returned without being properly initialized previously.
Fix this by initializing variable err to 0.
Ta,
-Chris
More information about the Intel-gfx
mailing list