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

Commit 5a1f7f1d authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi Committed by Android (Google) Code Review
Browse files

Merge "Fix possible crash before dereference symbol" into main

parents 7920ffc8 b9b08c49
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -198,6 +198,7 @@ static bool UpdateConfigChangesIfNeeded(xml::Element* el, IAaptContext* context)
          android::DiagMessage(el->line_number)
          << "Cannot find symbol for android:configChanges with min sdk: "
          << context->GetMinSdkVersion());
      return false;
    }

    std::stringstream new_value;