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

Commit 0fa9328b authored by Android Build Merger (Role)'s avatar Android Build Merger (Role)
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 am: 24587d57

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