mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
shared/generator: add missing initializer
Coverity CID#1444710.
This commit is contained in:
@@ -652,7 +652,7 @@ int generator_write_veritysetup_service_section(
|
||||
const char *roothash,
|
||||
const char *options) {
|
||||
|
||||
_cleanup_free_ char *name_escaped = NULL, *data_what_escaped = NULL, *hash_what_escaped,
|
||||
_cleanup_free_ char *name_escaped = NULL, *data_what_escaped = NULL, *hash_what_escaped = NULL,
|
||||
*roothash_escaped = NULL, *options_escaped = NULL;
|
||||
|
||||
assert(f);
|
||||
|
||||
Reference in New Issue
Block a user