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

Commit 4eaface9 authored by NIEJuhu's avatar NIEJuhu Committed by android-build-merger
Browse files

Merge "libsysutils: Fix vold vulnerability in FrameworkListener" am: 45b4fe45 am: bac524b0

am: 56f021f0

Change-Id: I9ed0e9e8cab7d26573464651932995b257e18904
parents 8f937188 56f021f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ bool FrameworkListener::onDataAvailable(SocketClient *c) {
        android_errorWriteLog(0x534e4554, "29831647");
        c->sendMsg(500, "Command too large for buffer", false);
        mSkipToNextNullByte = true;
        return false;
        return true;
    }

    int offset = 0;