<matrixBuild _class='hudson.matrix.MatrixBuild'><action _class='hudson.model.CauseAction'><cause _class='org.jenkinsci.plugins.workflow.support.steps.build.BuildUpstreamCause'><shortDescription>Started by upstream project "gerrit-osmo-remsim" build number 130</shortDescription><upstreamBuild>130</upstreamBuild><upstreamProject>gerrit-osmo-remsim</upstreamProject><upstreamUrl>job/gerrit-osmo-remsim/</upstreamUrl></cause></action><action></action><action></action><action _class='hudson.model.ParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>COMMENT_TYPE</name><value></value></parameter><parameter _class='hudson.model.StringParameterValue'><name>DISTRO</name><value></value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_BRANCH</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_CHANGE_NUMBER</name><value>42664</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_HOST</name><value>gerrit.osmocom.org</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PATCHSET_NUMBER</name><value>1</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PATCHSET_REVISION</name><value>7174cff58db338330d22cc7ab4fe8b87ab9a4e78</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PATCHSET_UPLOADER_NAME</name><value>jolly</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PORT</name><value>29418</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PROJECT</name><value>osmo-remsim</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_REFSPEC</name><value>refs/changes/64/42664/1</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_REPO_URL</name><value>ssh://jenkins@gerrit.osmocom.org:29418/osmo-remsim</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>PIPELINE_BUILD_URL</name><value>https://jenkins.osmocom.org/jenkins/job/gerrit-osmo-remsim/130/</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>PROJECT_NAME</name><value>osmo-remsim</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>BRANCH_CI</name><value>master</value></parameter></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>73810</buildingDurationMillis><executingTimeMillis>73810</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>7028</waitingDurationMillis><waitingTimeMillis>7028</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><master _class='hudson.plugins.git.util.Build'><buildNumber>131</buildNumber><marked><SHA1>7174cff58db338330d22cc7ab4fe8b87ab9a4e78</SHA1><branch><SHA1>7174cff58db338330d22cc7ab4fe8b87ab9a4e78</SHA1><name>master</name></branch></marked><revision><SHA1>7174cff58db338330d22cc7ab4fe8b87ab9a4e78</SHA1><branch><SHA1>7174cff58db338330d22cc7ab4fe8b87ab9a4e78</SHA1><name>master</name></branch></revision></master></buildsByBranchName><lastBuiltRevision><SHA1>7174cff58db338330d22cc7ab4fe8b87ab9a4e78</SHA1><branch><SHA1>7174cff58db338330d22cc7ab4fe8b87ab9a4e78</SHA1><name>master</name></branch></lastBuiltRevision><remoteUrl>ssh://jenkins@gerrit.osmocom.org:29418/osmo-remsim</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#131</displayName><duration>73810</duration><estimatedDuration>69038</estimatedDuration><fullDisplayName>gerrit-osmo-remsim-build #131</fullDisplayName><id>131</id><inProgress>false</inProgress><keepLog>false</keepLog><number>131</number><queueId>95908</queueId><result>SUCCESS</result><timestamp>1776945180134</timestamp><url>https://jenkins.osmocom.org/jenkins/view/gerrit/job/gerrit-osmo-remsim-build/131/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/slotmap.c</affectedPath><affectedPath>src/bankd/bankd_main.c</affectedPath><affectedPath>src/slotmap.h</affectedPath><commitId>7174cff58db338330d22cc7ab4fe8b87ab9a4e78</commitId><timestamp>1776941811000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/aeversberg</absoluteUrl><fullName>Andreas Eversberg</fullName></author><authorEmail>aeversberg@sysmocom.de</authorEmail><comment>Fix: Prevent race conditions when accessing slotmap in bankd

All threads (main and workers) can use slotmap_by_bank() and
slotmap_by_client() to get a mapping entry from the slot map. While
working with this entry (reading values), it could be deleted by a
different thread.

For example, if a client connects to a worker, the worker will check if
there is an existing mapping between a reader and this client. If it
exists, slotmap_by_client() will return a pointer. If the mapping is
deleted at this time by the server, the worker uses a pointer to a
mapping entry that has just been freed.

Change-Id: I3464726f37beb7c47b4e1f00c018ffa4f3948906
</comment><date>2026-04-23 12:56:51 +0200</date><id>7174cff58db338330d22cc7ab4fe8b87ab9a4e78</id><msg>Fix: Prevent race conditions when accessing slotmap in bankd</msg><path><editType>edit</editType><file>src/slotmap.c</file></path><path><editType>edit</editType><file>src/bankd/bankd_main.c</file></path><path><editType>edit</editType><file>src/slotmap.h</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/aeversberg</absoluteUrl><fullName>Andreas Eversberg</fullName></culprit><run><number>131</number><url>https://jenkins.osmocom.org/jenkins/view/gerrit/job/gerrit-osmo-remsim-build/a1=default,a2=default,a3=default,a4=default,label=osmocom-gerrit/131/</url></run></matrixBuild>