Merge "Fix security hole in GateKeeperResponse." into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
039b357a46
@@ -85,6 +85,8 @@ public final class GateKeeperResponse implements Parcelable {
|
||||
if (mPayload != null) {
|
||||
dest.writeInt(mPayload.length);
|
||||
dest.writeByteArray(mPayload);
|
||||
} else {
|
||||
dest.writeInt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user