
13 Mar
2020
13 Mar
'20
7:39 a.m.
On a Thursday in 2020, Daniel P. Berrangé wrote:
The stub impl of virGetDeviceID just returns ENOSYS and does not initialize the min/maj output parameters. This lead to a false positive warning on mingw about possible use of uninitialized variables.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/util/virutil.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano