mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-10 00:58:20 +03:00
shared/generator: add missing initializer
Coverity CID#1444710.
This commit is contained in:
parent
b5f1c0d88b
commit
47237e0ed4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user