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

Commit ccbdb663 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

RPC Binder: shutdown on SPAN error. am: b8a68bb2

parents 5cae436c b8a68bb2
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;