Attention is currently required from: jolly.
lynxis lazus has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-remsim/+/42664?usp=email )
Change subject: Fix: Prevent race conditions when accessing slotmap in bankd ......................................................................
Patch Set 1:
(2 comments)
File src/bankd/bankd_main.c:
https://gerrit.osmocom.org/c/osmo-remsim/+/42664/comment/2c053d85_bb75810f?u... : PS1, Line 1115: slotmaps_rdlock(g_worker->bankd->slotmaps); write lock?
File src/slotmap.h:
https://gerrit.osmocom.org/c/osmo-remsim/+/42664/comment/50b0f742_03a4c965?u... : PS1, Line 74: struct slot_mapping *slotmap_by_client(struct slotmaps *maps, const struct client_slot *client); maybe add a postfix to the functions: _lock and _nolock?