diff options
-rw-r--r-- | fs_mgr/fs_mgr_verity.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs_mgr/fs_mgr_verity.c b/fs_mgr/fs_mgr_verity.c index da3c0f9..01f7844 100644 --- a/fs_mgr/fs_mgr_verity.c +++ b/fs_mgr/fs_mgr_verity.c @@ -399,6 +399,7 @@ int fs_mgr_setup_verity(struct fstab_rec *fstab) { goto out; } + verity_table = verity_table_signature = NULL; // read the verity block at the end of the block device if (read_verity_metadata(fstab->blk_device, &verity_table_signature, |