mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
verity: Avoid false positive unititialized warning.
This commit is contained in:
@@ -303,7 +303,7 @@ int VERITY_activate(struct crypt_device *cd,
|
|||||||
{
|
{
|
||||||
uint64_t dmv_flags;
|
uint64_t dmv_flags;
|
||||||
int r;
|
int r;
|
||||||
key_serial_t kid;
|
key_serial_t kid = 0;
|
||||||
char *description = NULL;
|
char *description = NULL;
|
||||||
struct crypt_dm_active_device dmd = { 0 };
|
struct crypt_dm_active_device dmd = { 0 };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user