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

Commit 48c3a673 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libbinder_ndk: BAD_TYPE on bad checkInterface" am: a2f48bce am: be6d6f7e

am: f1cf566d

Change-Id: I548596b610aa17cdc559463386e395a73e9ba1fd
parents e621390c f1cf566d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ status_t ABBinder::onTransact(transaction_code_t code, const Parcel& data, Parce
                              binder_flags_t flags) {
    if (isUserCommand(code)) {
        if (!data.checkInterface(this)) {
            return STATUS_PERMISSION_DENIED;
            return STATUS_BAD_TYPE;
        }

        const AParcel in = AParcel::readOnly(this, &data);