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

Commit 24587d57 authored by Charles He's avatar Charles He Committed by android-build-merger
Browse files

[automerger] Fix security hole in GateKeeperResponse. am: e74cae8f am:...

[automerger] Fix security hole in GateKeeperResponse. am: e74cae8f am: b1141b6f am: 1cd9e809 am: 6dfc8d8d am: a3c1de7e am: 4acf4fab am: 40317127
am: 159cd143

Change-Id: Iaed779900e094a5951e24771ed1f1f55b0c1b014
parents facc5e40 159cd143
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -85,6 +85,8 @@ public final class GateKeeperResponse implements Parcelable {
            if (mPayload != null) {
                dest.writeInt(mPayload.length);
                dest.writeByteArray(mPayload);
            } else {
                dest.writeInt(0);
            }
        }
    }