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

Commit 77f3300f 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 am: 24587d57 am: 0fa9328b
am: b0fa5855

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