commit | 42e9b8db92d5d8725e9a1bfd93a5c6a257186776 | [log] [tgz] |
---|---|---|
author | Ildar Kamaletdinov <i.kamaletdinov@omp.ru> | Sat May 07 20:35:05 2022 +0300 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Mon May 09 13:05:39 2022 -0700 |
tree | 64283b55f7b3f0db7454d0e84a999436012287d0 | |
parent | e9ec1cf8715d72195a94d748777a19b8e2ba4db5 [diff] |
device: Fix uninitialized value usage Definitely `dbus_bool_t b;` must be initialized before comparing it with current value. Found by Linux Verification Center (linuxtesting.org) with the SVACE static analysis tool.