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

Commit a3c1de7e authored by Charles He's avatar Charles He
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

Change-Id: Ia5ad4b5d36d92caa26fa69951180320848c372e7
parents 30d3df57 6dfc8d8d
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);
            }
        }
    }