mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Fix memory leak in integrity device query processing.
This commit is contained in:
@@ -66,6 +66,7 @@ int dm_flags(dm_target_type target, uint32_t *flags);
|
||||
#define DM_ACTIVE_VERITY_HASH_DEVICE (1 << 7)
|
||||
#define DM_ACTIVE_VERITY_PARAMS (1 << 8)
|
||||
|
||||
#define DM_ACTIVE_INTEGRITY_PARAMS (1 << 9)
|
||||
|
||||
struct crypt_dm_active_device {
|
||||
dm_target_type target;
|
||||
|
||||
Reference in New Issue
Block a user