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

Commit b8a68bb2 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
Merged-In: If0b8a8f36f797dcf927bfc2b5ae51e37e915f2f6
(cherry picked from commit dddbc115)
parent e7626987
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -946,6 +946,7 @@ processTransactInternalTailCall:
                      " objectTableBytesSize=%zu. Terminating!",
                      transactionData.size(), sizeof(RpcWireTransaction),
                      transaction->parcelDataSize, objectTableBytes->size);
                (void)session->shutdownAndWait(false);
                return BAD_VALUE;
            }
            objectTableSpan = *maybeSpan;