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

Commit dddbc115 authored by Steven Moreland's avatar Steven Moreland
Browse files

RPC Binder: shutdown on SPAN error.

This error return is not recoverable.

Bug: 416734088
Test: binderRpcTest
Change-Id: If0b8a8f36f797dcf927bfc2b5ae51e37e915f2f6
parent 77db654a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1015,6 +1015,7 @@ processTransactInternalTailCall:
                      " objectTableBytesSize=%zu. Terminating!",
                      transactionData.size(), sizeof(RpcWireTransaction),
                      transaction->parcelDataSize, objectTableBytes->size);
                (void)session->shutdownAndWait(false);
                return BAD_VALUE;
            }
            objectTableSpan = *maybeSpan;