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

Commit 04fab3a5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add CSIS client nullptr checks"

parents 676c4de9 be336bbc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -644,6 +644,10 @@ class CsisClientImpl : public CsisClient {

        // Set grouping and SIRK
        auto csis_group = AssignCsisGroup(addr, gid, true, Uuid::kEmpty);
        if (csis_group == nullptr) {
          continue;
        }

        csis_group->SetDesiredSize(size);
        csis_group->SetSirk(sirk);