]> git.hungrycats.org Git - bees/commit
roots: don't access a shared variable after releasing a lock
authorZygo Blaxell <bees@furryterror.org>
Sat, 4 Jan 2025 00:56:37 +0000 (19:56 -0500)
committerZygo Blaxell <bees@furryterror.org>
Sat, 4 Jan 2025 04:36:53 +0000 (23:36 -0500)
commit1af5fcdf34777070e8f646d28af2ca0b38afa908
treeb0b5a1d44373eba386839a8988f998c77affee91
parent87472b608659138636edea66886a04b8b1580da5
roots: don't access a shared variable after releasing a lock

Access the local copy of `m_root_crawl_map` instead.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
src/bees-roots.cc