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

Commit ef7203bb authored by Wonsik Kim's avatar Wonsik Kim Committed by Automerger Merge Worker
Browse files

Merge "DefaultBufferPoolSender: check iterator validity" into main am: e3996222 am: 4e7df45a

parents 5fd8cd26 4e7df45a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ BufferPoolTypes::BufferPoolStatus DefaultBufferPoolSender::send(
                            "invalid receiver connection id (0).";
            return bufferpool2::ResultStatus::CRITICAL_ERROR;
        } else {
            if (isNewConnection) {
            if (foundConnection == mConnections.end()) {
                foundConnection = mConnections.try_emplace(
                        connectionId, receiverConnectionId, now).first;
            } else {