mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +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;
|
||||
int r;
|
||||
key_serial_t kid;
|
||||
key_serial_t kid = 0;
|
||||
char *description = NULL;
|
||||
struct crypt_dm_active_device dmd = { 0 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user