Merge changes from topic "am-59911b1f-fa0c-400c-a3f8-812ac0a8762b" into mnc-dr1.5-dev
* changes: [automerger] Fixed Security Vulnerability of DcParamObject am:8c55a70728am:61f84448ebam:a007cb0734[automerger] Fixed Security Vulnerability of DcParamObject am:8c55a70728am:61f84448eb[automerger] Fixed Security Vulnerability of DcParamObject am:8c55a70728Fixed Security Vulnerability of DcParamObject
This commit is contained in:
committed by
Android (Google) Code Review
commit
765a5e785d
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user