Merge "Fixed Security Vulnerability of DcParamObject" into mnc-dev

This commit is contained in:
Pengquan Meng
2018-03-09 23:37:01 +00:00
committed by Android (Google) Code Review

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) {