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

Commit 51ca9674 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

Change-Id: Ib96af1de1b8205fd5d62c188bf47bc789ff6930e
parents 13d53e0c 0fa9328b
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);
            }
            }
        }
        }
    }
    }