Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc487b40 authored by bowgotsai's avatar bowgotsai Committed by android-build-merger
Browse files

Merge "fs_mgr_verity: correct dm_target_spec->next" am: cb199c3f am: 852afd14 am: 588e703b

am: 742fc477

Change-Id: Idef513b459805975a56003cc11291849266636d3
parents ecfdd91d 742fc477
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ static int load_verity_table(struct dm_ioctl *io, const std::string &name,

    // set next target boundary
    verity_params += strlen(verity_params) + 1;
    verity_params = (char*)(((unsigned long)verity_params + 7) & ~8);
    verity_params = (char*)(((uintptr_t)verity_params + 7) & ~7);
    tgt->next = verity_params - buffer;

    // send the ioctl to load the verity table