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

Commit c33c8719 authored by Pengquan Meng's avatar Pengquan Meng Committed by Android (Google) Code Review
Browse files

Merge changes from topic "am-59911b1f-fa0c-400c-a3f8-812ac0a8762b" into cw-e-dev

* changes:
  [automerger] Fixed Security Vulnerability of DcParamObject am: 8c55a707 am: 61f84448
  [automerger] Fixed Security Vulnerability of DcParamObject am: 8c55a707
  Fixed Security Vulnerability of DcParamObject
parents 1ecf5c91 a007cb07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {