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

Commit 1cd9e809 authored by Charles He's avatar Charles He
Browse files

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

Change-Id: Ia0d267bb2013d7ddfe26dddfa35f3f396cca7f20
parents 6acee639 b1141b6f
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);
            }
        }
    }