[automerger] Fixed Security Vulnerability of DcParamObject am: 8c55a70728 am: 61f84448eb am: a007cb0734 am: 3b356d5111 am: a61fe8f6c0 am: 3276de21ea am: bd60a681bf

Change-Id: I8ad286f9218753d76d031f20e4f924de82abc5a1
This commit is contained in:
Android Build Merger (Role)
2018-03-09 04:19:21 +00:00

View File

@@ -36,7 +36,7 @@ public class DcParamObject implements Parcelable {
}
public void writeToParcel(Parcel dest, int flags) {
dest.writeLong(mSubId);
dest.writeInt(mSubId);
}
private void readFromParcel(Parcel in) {