commit | 72d9c031a01e567d4bb172ce4f33e97f5659b4f8 | [log] [tgz] |
---|---|---|
author | Michal Privoznik <mprivozn@redhat.com> | Mon Dec 19 09:27:57 2022 +0100 |
committer | Stefan Berger <stefanb@us.ibm.com> | Wed Dec 21 13:54:38 2022 -0500 |
tree | 5e31c7cc33068f5d3f16cf1e2f6f8f0e305883f7 | |
parent | a78d02ceeca8ee32b6502e229d6186b275ab7f2e [diff] |
swtpm_setup: Initialized @argv in get_swtpm_capabilities() The compiler (though wrongly) identifies that the @argv variable inside of get_swtpm_capabilities() function cam be used uninitialized. While this is a spurious warning, it's common practice to initialize g_autofree variables to NULL. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>