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

Commit b9b08c49 authored by Brandon Liu's avatar Brandon Liu
Browse files

Fix possible crash before dereference symbol

Bug: b/180625460
Flag: EXEMPT bugfix
Test: Verified affected tests passed.
Change-Id: I8465dc3062845fe79ee2f19b3cd5121d57afdb53
parent adaba745
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;