Fix memory leak in integrity device query processing.

This commit is contained in:
Milan Broz
2017-10-27 15:18:10 +02:00
parent d62d0ed076
commit fb5a70a663
3 changed files with 35 additions and 15 deletions

View File

@@ -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;