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

Commit cba0628f authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "RPC Binder: waitForReply SPAN error shutdown" into main

parents ffb4135b 3da9406b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -746,6 +746,7 @@ status_t RpcState::waitForReply(const sp<RpcSession::RpcConnection>& connection,
                  " sizeofHeader=%zu parcelSize=%" PRId32 " objectTableBytesSize=%zu. Terminating!",
                  command.bodySize, rpcReplyWireSize, rpcReply.parcelDataSize,
                  objectTableBytes->size);
            (void)session->shutdownAndWait(false);
            return BAD_VALUE;
        }
        objectTableSpan = *maybeSpan;